shish %!s(int64=3) %!d(string=hai) anos
pai
achega
09502ae431
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      ghsApp/src/mixins/autoUpdate.js

+ 2 - 2
ghsApp/src/mixins/autoUpdate.js

@@ -34,12 +34,12 @@ export default {
                     }
                     }
                     if(plus.networkinfo.getCurrentType()!=3){
                     if(plus.networkinfo.getCurrentType()!=3){
                         let that = this
                         let that = this
-                        that.$util.confirmModal({content:'有新版本可更新',cancelText:'稍后',okText:'使用流量更新'},() => {
+                        that.$util.confirmModal({content:'修改价格增加确认提示;开单增加物流选项',title:'有新版本可更新',cancelText:'稍后',okText:'使用流量更新'},() => {
                           this.install(version)
                           this.install(version)
                         })
                         })
                     }else{
                     }else{
                         let that = this
                         let that = this
-                        that.$util.confirmModal({content:'有新版本可更新',singer:singer},() => {
+                        that.$util.confirmModal({content:'修改价格增加确认提示;开单增加物流选项',title:'有新版本可更新',singer:singer,okText:'更新'},() => {
                           this.install(version)
                           this.install(version)
                         })
                         })
                     }
                     }