Ver código fonte

修改寄送地址为服务地址

chenxiqiang 6 anos atrás
pai
commit
0d155838cd

+ 1
- 1
miniapp/app/pages/bookService/index.wxml Ver arquivo

@@ -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 Ver arquivo

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

Carregando…
Cancelar
Salvar