|
|
@@ -5,7 +5,7 @@
|
|
|
<view id="custom_history" class="">
|
|
|
<view class="main-content">
|
|
|
<!-- 无任务列表提示 -->
|
|
|
- <cwg-empty-state v-if="!tableData || tableData.length === 0" />
|
|
|
+ <cwg-empty-state v-if="!tableData || tableData.length === 0" title="UtaskList.item12" />
|
|
|
<!-- 数据卡片展示 -->
|
|
|
<view class="outer-card" v-for="(item, index) in tableData" :key="index"
|
|
|
v-show="tableData && tableData.length > 0">
|
|
|
@@ -302,7 +302,6 @@ const withdrawTask = async (id: number) => {
|
|
|
try {
|
|
|
const res = await activityApi.UcoinWithdraw({ id })
|
|
|
if (res.code == Code.StatusOK) {
|
|
|
- uni.showToast({ title: t("Msg.Success"), icon: "success" })
|
|
|
searchFunc()
|
|
|
} else {
|
|
|
uni.showToast({ title: res.msg, icon: "none" })
|