|
|
@@ -37,7 +37,7 @@
|
|
|
</block>
|
|
|
<block v-else-if="pageStatus == 3 || pageStatus == 4 || pageStatus == 5">
|
|
|
<div class="call-btn-com call-two-btn" v-if="$util.isEmpty(loginInfo)"> <button class="button-com" @click="register()" >注册会员</button> </div>
|
|
|
- <div class="call-btn-com call-two-btn"> <button class="button-com default" @click="goBack()" >返回</button></div>
|
|
|
+ <div class="call-btn-com call-two-btn"> <button class="button-com default" @click="goBackHome()" >返回首页</button></div>
|
|
|
</block>
|
|
|
</div>
|
|
|
<div class="coupon-wrap" v-if="option.pageStatus == 5">
|
|
|
@@ -105,8 +105,8 @@ export default {
|
|
|
let account = uni.getStorageSync('account')
|
|
|
this.$util.pageTo({url: "/pages/login/index?account="+account,type:2})
|
|
|
},
|
|
|
- goBack(){
|
|
|
- uni.navigateBack({})
|
|
|
+ goBackHome(){
|
|
|
+ this.$util.pageTo({url: "/pages/home/recent",type:3})
|
|
|
},
|
|
|
init() {
|
|
|
if(this.option.totalPrice){
|
|
|
@@ -250,7 +250,7 @@ export default {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.call-btn-com {
|
|
|
- margin-top:30upx;
|
|
|
+ margin-top:60upx;
|
|
|
@include disFlex(center, space-evenly);
|
|
|
}
|
|
|
// 一个按钮
|