From 45379ffdd6186ce291218c18ef5ccd94c29f5aab Mon Sep 17 00:00:00 2001 From: Gao xiaosong <704041637@qq.com> Date: Tue, 18 May 2021 02:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=BC=E5=9B=A2=E5=9B=A2?= =?UTF-8?q?=E9=95=BF=E4=BF=A1=E6=81=AF=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/GroupRule/index.vue | 36 ++++++++++++++---------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/pages/activity/GroupRule/index.vue b/pages/activity/GroupRule/index.vue index 6798fea..a87d004 100644 --- a/pages/activity/GroupRule/index.vue +++ b/pages/activity/GroupRule/index.vue @@ -17,7 +17,7 @@ - + 拼团失败 拼团成功 @@ -36,7 +36,7 @@ - + 团长 @@ -54,8 +54,8 @@ 邀请好友参团 我要参团 再次开团 - 取消开团 - 查看订单信息 + 取消开团 + 查看订单信息 @@ -73,7 +73,7 @@ export default { CountDown, }, props: {}, - data: function () { + data: function() { return { currentPinkOrder: '', //当前拼团订单 isOk: 0, //判断拼团是否完成 @@ -98,7 +98,7 @@ export default { } }, }, - mounted: function () { + mounted: function() { var that = this let url = handleQrCode() if (url) { @@ -109,7 +109,7 @@ export default { that.getCombinationPink() }, methods: { - pay: function () { + pay: function() { var that = this var data = {} data.productId = that.storeCombination.productId @@ -135,7 +135,7 @@ export default { }) }) }, - goPoster: function () { + goPoster: function() { var that = this this.$yrouter.push({ path: '/pages/activity/Poster/index', @@ -145,7 +145,7 @@ export default { }, }) }, - goOrder: function () { + goOrder: function() { var that = this this.$yrouter.push({ path: '/pages/order/OrderDetails/index', @@ -155,13 +155,13 @@ export default { }) }, //拼团列表 - goList: function () { + goList: function() { this.$yrouter.push({ path: '/pages/activity/GoodsGroup/index', }) }, //拼团详情 - goDetail: function (id) { + goDetail: function(id) { this.$yrouter.push({ path: '/pages/activity/GroupDetails/index', query: { @@ -170,7 +170,7 @@ export default { }) }, //拼团信息 - getCombinationPink: function () { + getCombinationPink: function() { var that = this getCombinationPink(that.pinkId).then(res => { that.$set(that, 'storeCombination', res.data.storeCombination) @@ -186,7 +186,7 @@ export default { }) }, //拼团取消 - getCombinationRemove: function () { + getCombinationRemove: function() { var that = this getCombinationRemove({ id: that.pinkId, @@ -207,7 +207,7 @@ export default { }) }) }, - lookAll: function () { + lookAll: function() { this.iShidden = !this.iShidden }, }, @@ -417,10 +417,9 @@ export default { } .tui-btn__box { padding-top: 60rpx; - } -.tni-cell{ +.tni-cell { height: 20rpx; } @@ -497,9 +496,8 @@ export default { .tui-between { justify-content: space-between; } -.tui-btn__box .tui-btn{ - margin-bottom:30rpx !important - +.tui-btn__box .tui-btn { + margin-bottom: 30rpx !important; } /*拼团玩法介绍 modal*/ .tui-modal__title {