Commit 00781b68 by 施宇

1111

parent 9956ccc5
......@@ -4,7 +4,7 @@
<view class="tip row bothSide verCenter {{isShowTip?'':'noheight'}}">
<view class="tip-left row verCenter">
<text class="icon iconfont iconiconxiantiaoshouji12 tip-icon"></text>
<text class="tip-c">请如实填写申诉内容,以便工作人员审查</text>
<text class="tip-c">请确认对方真实有效信息,勿轻易转帐及发货,操作需谨慎!</text>
</view>
<text class="icon iconfont iconiconxiantiaoshouji13 close-icon" bindtap="closeTip"></text>
</view>
......
......@@ -123,7 +123,6 @@ Page({
let detail_address = val.detail_address;
let mobile = val.mobile;
return true;
},
/**
......
......@@ -42,7 +42,7 @@
<view class="list row verCenter bothSide bor">
<view class="l">联系电话</view>
<view class="r">
<input type="text" placeholder="请输入联系电话" placeholder-class="placeholderClass" name="com_tel" value="{{userInfo.mobile}}"/>
<input type="text" placeholder="请输入联系电话" placeholder-class="placeholderClass" name="com_tel" value="{{userInfo.com_tel}}"/>
</view>
</view>
<view class="btn-wrap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment