优化细节

This commit is contained in:
gaoxs
2020-04-13 15:22:40 +08:00
parent 09941a8236
commit d8f92720d2
9 changed files with 53 additions and 43 deletions

View File

@ -320,6 +320,7 @@ export default {
</script>
<style scoped lang="less">
.noCart {
margin-top: 0.17 * 100rpx;
padding-top: 0.1 * 100rpx;

View File

@ -311,28 +311,6 @@
</view>
</view>
</template>
<script>
export default {
methods: {
goGoodsReturn(orderInfo) {
this.$yrouter.push({
path: "/pages/order/GoodsReturn/index",
query: {
id: orderInfo.orderId
}
});
},
goGroupRule(orderInfo) {
this.$yrouter.push({
path: "/pages/activity/GroupRule/index",
query: {
id: orderInfo.pinkId
}
});
}
}
};
</script>
<style scoped lang="less">
.geoPage {
position: fixed;
@ -527,6 +505,23 @@ export default {
},
methods: {
copyClipboard,
goGoodsReturn(orderInfo) {
this.$yrouter.push({
path: "/pages/order/GoodsReturn/index",
query: {
id: orderInfo.orderId
}
});
},
goGroupRule(orderInfo) {
console.log(orderInfo)
this.$yrouter.push({
path: "/pages/activity/GroupRule/index",
query: {
id: orderInfo.pinkId
}
});
},
showChang: function() {
// 这里判断是不是微信小程序
if (isWeixin()) {