[重置企业认证后跳转路径]

This commit is contained in:
2021-10-20 14:53:02 +08:00
parent 61c306bcc0
commit 6b2293f8eb
4 changed files with 6 additions and 22 deletions

View File

@@ -123,7 +123,7 @@
<image class="icon" src="@/static/icons/tool_icon_02.png" mode="aspectFill"></image> <image class="icon" src="@/static/icons/tool_icon_02.png" mode="aspectFill"></image>
<view class="title">优惠券管理</view> <view class="title">优惠券管理</view>
</view> </view>
<view class="store-item" @click="$Router.push({name: 'Collection'})"> <view class="store-item">
<image class="icon" src="@/static/icons/tool_icon_03.png" mode="aspectFill"></image> <image class="icon" src="@/static/icons/tool_icon_03.png" mode="aspectFill"></image>
<view class="title">收款管理</view> <view class="title">收款管理</view>
</view> </view>

View File

@@ -175,7 +175,7 @@
showCancel : false, showCancel : false,
confirmText : '确认', confirmText : '确认',
success : resModal => { success : resModal => {
this.$Router.back() this.$Router.pushTab({name: "Store"})
} }
}) })
}).catch(err => { }).catch(err => {

File diff suppressed because one or more lines are too long

View File

@@ -5169,15 +5169,7 @@ var render = function() {
), ),
_c( _c(
"v-uni-view", "v-uni-view",
{ { staticClass: _vm._$g(46, "sc"), attrs: { _i: 46 } },
staticClass: _vm._$g(46, "sc"),
attrs: { _i: 46 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
}
}
},
[ [
_c("v-uni-image", { _c("v-uni-image", {
staticClass: _vm._$g(47, "sc"), staticClass: _vm._$g(47, "sc"),