|
|
@@ -5,17 +5,12 @@
|
|
|
<view class="result-view">
|
|
|
<view :class="['iconfont', 'iconchenggong']"></view>
|
|
|
<view class="result-title">支付成功</view>
|
|
|
-
|
|
|
- <button v-if="loginInfo.admin.subscribe == 0" class="admin-button-com blue big" @click="openMind">开启动态提醒</button>
|
|
|
-
|
|
|
- <button v-if="loginInfo.admin.subscribe == 0" class="admin-button-com big" @click="goDetail">订单详情</button>
|
|
|
- <button v-if="loginInfo.admin.subscribe == 1" class="admin-button-com blue big" @click="goDetail">订单详情</button>
|
|
|
- <button class="admin-button-com big" @click="goClose">返回首页</button>
|
|
|
+ <button class="admin-button-com blue big" @click="goDetail">订单详情</button>
|
|
|
+ <button class="admin-button-com big" @click="goClose">返回列表</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
|
-
|
|
|
<script>
|
|
|
export default {
|
|
|
name: "AppResult",
|
|
|
@@ -38,7 +33,7 @@ export default {
|
|
|
this.pageTo({ url: "/pagesClient/official/warn"})
|
|
|
},
|
|
|
goClose () {
|
|
|
- this.pageTo({ url: "/admin/home/workbench", type: 3 })
|
|
|
+ uni.navigateBack()
|
|
|
},
|
|
|
goDetail() {
|
|
|
this.pageTo({url: '/pagesPurchase/purDetails?status=2&id=' + this.option.id, type: 3})
|
|
|
@@ -46,7 +41,6 @@ export default {
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
-
|
|
|
<style lang="scss" scoped>
|
|
|
.billing_box_bg {
|
|
|
position: relative;
|
|
|
@@ -97,4 +91,4 @@ export default {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|