Commit 9f9f80a170961b085286e796e0ef6cae9e6c126f

Authored by yvan.ni
1 parent ad40684d

商品详情中评,和提现的修改

pages/goods/goodsInfo/goodsInfo.wxml
... ... @@ -329,9 +329,10 @@
329 329 </view>
330 330  
331 331 <view class="xc_comment">
332   - <view class="xc_comment-have-pictures"id="2" data-val="5" bindtap="clik_evaluate">有图({{categories3[1].num}}) </view>
333   - <view class="xc_comment-discuss"id="2" data-val="2" bindtap="clik_evaluate">好评({{categories3[2].num}}) </view>
334   - <view class="xc_comment-discuss" id="2"data-val="4"bindtap="clik_evaluate">差评({{categories3[4].num}}) </view>
  332 + <view class="xc_comment-have-pictures" data-val="5" bindtap="clik_evaluate">有图({{categories3[1].num}}) </view>
  333 + <view class="xc_comment-discuss" data-val="2" bindtap="clik_evaluate">好评({{categories3[2].num}}) </view>
  334 + <view class="xc_comment-discuss" data-val="3" bindtap="clik_evaluate">中评({{categories3[3].num}}) </view>
  335 + <view class="xc_comment-discuss" data-val="4"bindtap="clik_evaluate">差评({{categories3[4].num}}) </view>
335 336 </view>
336 337  
337 338 <scroll-view scroll-x="true" class="pj_scroll">
... ...
pages/goods/goodsInfo/goodsInfo.wxss
... ... @@ -1143,7 +1143,7 @@ left:31rpx;}
1143 1143  
1144 1144 }
1145 1145 .xc_comment-have-pictures{
1146   - width: 154rpx;
  1146 + width: 153rpx;
1147 1147 height: 42rpx;
1148 1148 line-height: 42rpx;
1149 1149 text-align: center;
... ... @@ -1153,7 +1153,7 @@ left:31rpx;}
1153 1153 font-size: 28rpx;
1154 1154 }
1155 1155 .xc_comment-discuss{
1156   - width: 154rpx;
  1156 + width: 152rpx;
1157 1157 height: 42rpx;
1158 1158 line-height: 42rpx;
1159 1159 text-align: center;
... ...
pages/user/member/bring/bring.js
... ... @@ -223,6 +223,7 @@ Page({
223 223 delete user_infor.distribut_min;
224 224 delete user_infor.type;
225 225  
  226 + user_infor.source_type=1;
226 227 var str = JSON.stringify(user_infor);
227 228 // wx.showLoading({ title: "加载中" });
228 229 wx.request({
... ...