|
|
@@ -1,11 +1,11 @@
|
|
|
<view wx:if='{{check==false}}'>
|
|
|
<icon class="icon-box-img" type="warn" size="100"></icon>
|
|
|
<text>您没有该会议的核销权限</text>
|
|
|
- <navigator url="../index/index">返回首页</navigator>
|
|
|
+ <navigator url="../index/index" open-type="switchTab">返回首页</navigator>
|
|
|
</view>
|
|
|
|
|
|
<view wx:if='{{check==true}}'>
|
|
|
<icon class="icon-box-img" type="success" size="100"></icon>
|
|
|
<text>核销成功</text>
|
|
|
- <navigator url="../index/index">返回首页</navigator>
|
|
|
+ <navigator url="../index/index" open-type="switchTab">返回首页</navigator>
|
|
|
</view>
|