|
@@ -115,8 +115,8 @@
|
|
|
<text>添加</text>
|
|
|
</view>
|
|
|
|
|
|
- <view class="btn btn-border flex ju-c">
|
|
|
- <image src="/image/icon/service.png" class="icon m-right-10" data-phone="{{phone}}"></image>
|
|
|
+ <view class="btn btn-border flex ju-c" bindtap="coll" data-phone="{{phone}}">
|
|
|
+ <image src="/image/icon/service.png" class="icon m-right-10" ></image>
|
|
|
<text>联系用户</text>
|
|
|
</view>
|
|
|
<view class="btn btn-sky" bindtap="submit">提交</view>
|
|
@@ -127,7 +127,7 @@
|
|
|
<text lines="1" class="word1">用户下单信息</text>
|
|
|
<block wx:for="{{order.list}}" wx:key="index">
|
|
|
<view class="block1">
|
|
|
- <view class="outer1"><image src="{{item.thumb?item.thumb:'/image/icon/shangyi.png'}}"></image></view>
|
|
|
+ <view class="outer1"><image src="{{item.thumb?item.thumb:'/image/icon/shangyi.png'}}" style="width: 115rpx;height: 115rpx;"></image></view>
|
|
|
<view class="outer2">
|
|
|
<text lines="1" class="infoBox1">{{item.title}}</text>
|
|
|
<view class="layer1">
|