|
|
@@ -5,23 +5,28 @@
|
|
|
<view class="result-view">
|
|
|
<view :class="['iconfont', 'iconchenggong']"></view>
|
|
|
<view class="result-title">支付成功</view>
|
|
|
- <button class="admin-button-com big" @click="goClose">返回首页</button>
|
|
|
+ <button class="admin-button-com big" @click="goClose()">返回首页</button>
|
|
|
+ <view style="margin-top:60upx;font-size:28upx;" @click="goClearRemind()">如何查看待结订单还有几个?</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
|
-
|
|
|
<script>
|
|
|
export default {
|
|
|
name: "AppResult",
|
|
|
methods: {
|
|
|
goClose () {
|
|
|
- this.pageTo({ url: "/admin/home/workbench", type: 3 });
|
|
|
+ this.pageTo({ url: "/admin/home/workbench", type: 3})
|
|
|
+ },
|
|
|
+ goClearRemind() {
|
|
|
+ this.pageTo({ url: "/admin/order/clearRemind"})
|
|
|
+ },
|
|
|
+ init(){
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
-
|
|
|
<style lang="scss" scoped>
|
|
|
.billing_box_bg {
|
|
|
position: relative;
|