Browse Source

no message

linwenxin 3 months ago
parent
commit
5042a3e492
3 changed files with 5 additions and 5 deletions
  1. 2 2
      src/common/utils/navPag.js
  2. 1 1
      src/pages.json
  3. 2 2
      src/pages/index/index.vue

+ 2 - 2
src/common/utils/navPag.js

@@ -20,7 +20,7 @@ export const navToPage = (function () {
     if (url && userinfo.isGZSign && !['/pages/repairConfirmation'].find(item => !!~url.indexOf(item))) {
       uni.showModal({
         title: '温馨提示',
-        content: '广州未签支付确认书!',
+        content: '您未签署确认书!',
         cancelText: '取消',
         confirmText: '去签署',
         success: res => {
@@ -38,7 +38,7 @@ export const navToPage = (function () {
     if (url && userinfo.isFsSign && !['/pages/repairConfirmation'].find(item => !!~url.indexOf(item))) {
       uni.showModal({
         title: '温馨提示',
-        content: '佛山未签支付确认书!',
+        content: '您未签署确认书!',
         cancelText: '取消',
         confirmText: '去签署',
         success: res => {

+ 1 - 1
src/pages.json

@@ -32,7 +32,7 @@
     {
       "path": "pages/repairConfirmation",
       "style": {
-        "navigationBarTitleText": "电子支付确认书"
+        "navigationBarTitleText": "确认书"
         // "enablePullDownRefresh": true
       }
     },

+ 2 - 2
src/pages/index/index.vue

@@ -466,7 +466,7 @@ export default {
             if (this.userInfo.isGZSign) {
               uni.showModal({
                 title: '温馨提示',
-                content: '广州未签支付确认书!',
+                content: '您未签署确认书!',
                 cancelText: '取消',
                 confirmText: '去签署',
                 success: res => {
@@ -478,7 +478,7 @@ export default {
             } else if (this.userInfo.isFsSign) {
               uni.showModal({
                 title: '温馨提示',
-                content: '佛山未签支付确认书!',
+                content: '您未签署确认书!',
                 cancelText: '取消',
                 confirmText: '去签署',
                 success: res => {