浏览代码

修改寄送地址为服务地址

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
             <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 查看文件

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…
取消
保存