瀏覽代碼

修改寄送地址为服务地址

chenxiqiang 6 年之前
父節點
當前提交
0d155838cd
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      miniapp/app/pages/bookService/index.wxml
  2. 1
    1
      miniapp/app/pages/yuesao/index.wxml

+ 1
- 1
miniapp/app/pages/bookService/index.wxml 查看文件

@@ -140,7 +140,7 @@
140 140
             <view class="input-item ">
141 141
                 <view class="label ">地址</view>
142 142
                 <view class="input-content">
143
-                    <input type="text" class="input-text" bindinput="_handleInput" data-name="address" placeholder="寄送地址" />
143
+                    <input type="text" class="input-text" bindinput="_handleInput" data-name="address" placeholder="服务地址" />
144 144
                 </view>
145 145
             </view>
146 146
             <view class="input-item ">

+ 1
- 1
miniapp/app/pages/yuesao/index.wxml 查看文件

@@ -73,7 +73,7 @@
73 73
             <view class="input-item ">
74 74
                 <view class="label ">地址</view>
75 75
                 <view class="input-content">
76
-                    <input type="text" class="input-text" bindinput="_handleInput" data-name="address" placeholder="寄送地址" />
76
+                    <input type="text" class="input-text" bindinput="_handleInput" data-name="address" placeholder="服务地址" />
77 77
                 </view>
78 78
             </view>
79 79
         </view>

Loading…
取消
儲存