修改一处文字显示
This commit is contained in:
parent
c40b261790
commit
bc17b9e4a3
|
@ -59,7 +59,7 @@ export default {
|
||||||
insuranceModal() {
|
insuranceModal() {
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: "什么是意外保?",
|
title: "什么是意外保?",
|
||||||
content: "意外保是一款保险产品,全面保证您的人身财产安全。",
|
content: "意外保是一款保险产品,全面保障您的人身财产安全。",
|
||||||
showCancel: false,
|
showCancel: false,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue