mod(custom): 回退积分提现的修改
This commit is contained in:
@@ -107,8 +107,7 @@ const getData = async () => {
|
|||||||
});
|
});
|
||||||
data.value = res.data.data || [];
|
data.value = res.data.data || [];
|
||||||
pagination.value.totalItems = res.data.total;
|
pagination.value.totalItems = res.data.total;
|
||||||
row.value = res.data.data.integral || 0;
|
row.value = res.data.integral || 0;
|
||||||
console.log(res);
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,19 +62,18 @@ interface SwiperList {
|
|||||||
const swiperList = ref<Array<Array<SwiperList>>>([]);
|
const swiperList = ref<Array<Array<SwiperList>>>([]);
|
||||||
|
|
||||||
const userMenuList = ref([
|
const userMenuList = ref([
|
||||||
{
|
// {
|
||||||
id: 1,
|
// id: 1,
|
||||||
label: "活动游戏",
|
// label: "活动游戏",
|
||||||
url: `/pages/game/gamehome/index?uid=${Taro.getStorageSync("token")}`,
|
// url: `/pages/game/gamehome/index?uid=${Taro.getStorageSync("token")}`,
|
||||||
icon: "//jdt168.com/uploads/merchant/20220829/caad6be8983e88c41d28da7d124bc37b.png",
|
// icon: "//jdt168.com/uploads/merchant/20220829/caad6be8983e88c41d28da7d124bc37b.png",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
id: 2,
|
// id: 2,
|
||||||
label: "活动商品",
|
// label: "活动商品",
|
||||||
// url: "/pages/hotGoods/index/index",
|
// url: "/pages/hotGoods/index/index",
|
||||||
url: "",
|
// icon: "//jdt168.com/uploads/def/20230509/d59e7fcb65a88bc56694dae4f9d21b51.png",
|
||||||
icon: "//jdt168.com/uploads/def/20230509/d59e7fcb65a88bc56694dae4f9d21b51.png",
|
// },
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
label: "商户入驻",
|
label: "商户入驻",
|
||||||
|
|||||||
Reference in New Issue
Block a user