Selaa lähdekoodia

修改寄送地址为服务地址

chenxiqiang 6 vuotta sitten
vanhempi
commit
0d155838cd

+ 1
- 1
miniapp/app/pages/bookService/index.wxml Näytä tiedosto

140
             <view class="input-item ">
140
             <view class="input-item ">
141
                 <view class="label ">地址</view>
141
                 <view class="label ">地址</view>
142
                 <view class="input-content">
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
                 </view>
144
                 </view>
145
             </view>
145
             </view>
146
             <view class="input-item ">
146
             <view class="input-item ">

+ 1
- 1
miniapp/app/pages/yuesao/index.wxml Näytä tiedosto

73
             <view class="input-item ">
73
             <view class="input-item ">
74
                 <view class="label ">地址</view>
74
                 <view class="label ">地址</view>
75
                 <view class="input-content">
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
                 </view>
77
                 </view>
78
             </view>
78
             </view>
79
         </view>
79
         </view>

Loading…
Peruuta
Tallenna