|
|
@@ -5,7 +5,11 @@
|
|
|
<view class="result-view">
|
|
|
<view :class="['iconfont', 'iconchenggong']"></view>
|
|
|
<view class="result-title">支付成功</view>
|
|
|
- <button class="admin-button-com blue big" @click="go_detail">订单详情</button>
|
|
|
+
|
|
|
+ <button v-if="loginInfo.admin.subscribe == 0" class="admin-button-com blue big" @click="pageTo({url:'/pagesClient/official/warn'})">开启动态提醒</button>
|
|
|
+
|
|
|
+ <button v-if="loginInfo.admin.subscribe == 0" class="admin-button-com big" @click="go_detail">订单详情</button>
|
|
|
+ <button v-if="loginInfo.admin.subscribe == 1" class="admin-button-com blue big" @click="go_detail">订单详情</button>
|
|
|
<button class="admin-button-com big" @click="goClose">返回首页</button>
|
|
|
</view>
|
|
|
</view>
|