瀏覽代碼

修改标点符号

XWookey 3 年之前
父節點
當前提交
9f4078d054
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/chargemoney/chargemoney.js

+ 1 - 1
pages/chargemoney/chargemoney.js

@@ -27,7 +27,7 @@ Page({
     let that = this
     wx.showModal({
       title: '',
-      content: '每日退款最大额度为500元,您是否确认本次充值为' + this.data.chargemoney_select + '元?',
+      content: '每日退款最大额度为500元您是否确认本次充值为' + this.data.chargemoney_select + '元?',
       success(res) {
        if (res.confirm) {
         that.beginChargemoneySuccess(e);