|
|
@@ -102,7 +102,7 @@
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell @click="openPfShop()" class="line-cell" :hover="false" :arrow="true" v-if="!$util.isEmpty(getLoginInfo.admin) && getLoginInfo.admin.currentShopId > 0 && getLoginInfo.pfShopId == 0">
|
|
|
- <view class="tui-title">我要做批发</view>
|
|
|
+ <view class="tui-title" style="color:red;">我要做批发</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
@@ -179,7 +179,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
openPfShop(){
|
|
|
- this.$util.confirmModal({content:'确认提交?工作人员将会联系您'},() => {
|
|
|
+ this.$util.confirmModal({content:'确认提交申请?工作人员将会联系您'},() => {
|
|
|
openPfFn().then(res=>{
|
|
|
if(res.code == 1){
|
|
|
this.$msg(res.msg)
|