|
@@ -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 => {
|