shish %!s(int64=2) %!d(string=hai) anos
pai
achega
3087bcbc10
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      hdApp/src/admin/home/me.vue
  2. 1 1
      hdApp/src/admin/home/workbench.vue

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

@@ -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)

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -344,7 +344,7 @@ export default {
       });
     },
     openPfShop(){
-			this.$util.confirmModal({content:'确认提交申请?工作人员将会联系您'},() => {
+			this.$util.confirmModal({content:'确认提交申请?客服将在一个工作日联系您'},() => {
         openPfFn().then(res=>{
           if(res.code == 1){
             this.$msg(res.msg)