Ver Fonte

提交申请

shish há 2 anos atrás
pai
commit
9c7e03ddcd
2 ficheiros alterados com 7 adições e 4 exclusões
  1. 2 2
      hdApp/src/admin/home/me.vue
  2. 5 2
      hdApp/src/admin/home/workbench.vue

+ 2 - 2
hdApp/src/admin/home/me.vue

@@ -102,7 +102,7 @@
             </tui-list-cell>
             </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">
             <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" style="color:red;">申请批发店</view>
+              <view class="tui-title" style="color:red;">申请批发店</view>
             </tui-list-cell>
             </tui-list-cell>
 
 
             <!-- #ifdef APP-PLUS -->
             <!-- #ifdef APP-PLUS -->
@@ -179,7 +179,7 @@ export default {
   },
   },
   methods: {
   methods: {
     openPfShop(){
     openPfShop(){
-			this.$util.confirmModal({content:'确认提交申请?客服将在一个工作日联系'},() => {
+			this.$util.confirmModal({content:'确认提交申请?客服将在一个工作日与您电话联系'},() => {
         openPfFn().then(res=>{
         openPfFn().then(res=>{
           if(res.code == 1){
           if(res.code == 1){
             this.$msg(res.msg)
             this.$msg(res.msg)

+ 5 - 2
hdApp/src/admin/home/workbench.vue

@@ -337,7 +337,7 @@ export default {
     goMore(){
     goMore(){
       let that = this
       let that = this
       uni.showActionSheet({
       uni.showActionSheet({
-        itemList: ['已屏蔽列表', '改进建议','开关商城','申请批发店'],
+        itemList: ['已屏蔽列表', '改进建议','开关商城','申请批发店','修改密码'],
         success: function (res) {
         success: function (res) {
           if(res.tapIndex == 0){
           if(res.tapIndex == 0){
             that.$util.pageTo({url: '/pagesPurchase/pb'})
             that.$util.pageTo({url: '/pagesPurchase/pb'})
@@ -351,11 +351,14 @@ export default {
           if(res.tapIndex == 3){
           if(res.tapIndex == 3){
             that.openPfShop()
             that.openPfShop()
           }
           }
+          if(res.tapIndex == 4){
+            that.$util.pageTo({url:'/admin/shop/password'})
+          }
         }
         }
       });
       });
     },
     },
     openPfShop(){
     openPfShop(){
-			this.$util.confirmModal({content:'确认提交申请?客服将在一个工作日联系'},() => {
+			this.$util.confirmModal({content:'确认提交申请?客服将在一个工作日与您电话联系'},() => {
         openPfFn().then(res=>{
         openPfFn().then(res=>{
           if(res.code == 1){
           if(res.code == 1){
             this.$msg(res.msg)
             this.$msg(res.msg)