增加积分商城列表

This commit is contained in:
Gaoxs
2021-01-10 12:22:30 +08:00
parent bd1c576620
commit 6827553f2d
5 changed files with 1041 additions and 1081 deletions

View File

@ -114,11 +114,11 @@
<text class="iconfont icon-jiantou"></text>
</view>
</template>
<!-- <view class="item" @click="goPages2()">
<view class="item" @click="goPages2()">
<view class="pictrue"></view>
<view class="cell">hexiao</view>
<view class="cell">积分商城</view>
<text class="iconfont icon-jiantou"></text>
</view>-->
</view>
</view>
</view>
</view>
@ -167,7 +167,7 @@
props: {},
data: function () {
return {
MyMenus: [],
MyMenus: [],
switchActive: false,
isWeixin: false
};
@ -353,7 +353,13 @@
},
goPages2: function () {
this.$yrouter.push({
path: "/pages/orderAdmin/OrderCancellation/index"
path: "/pages/shop/GoodsList/index",
query: {
// id: 0,
title: '积分商城',
isIntegral: true,
}
});
}
},