作者 anyv
1 个管道 的构建 通过 耗费 19 秒

Merge branch 'master' of http://114.215.101.231:8099/anyv/xkeasy

@@ -39,6 +39,15 @@ class OrderController extends WeChatBaseController @@ -39,6 +39,15 @@ class OrderController extends WeChatBaseController
39 $where2['indent_id'] = ['eq',$vo['id']]; 39 $where2['indent_id'] = ['eq',$vo['id']];
40 $indentGoods = $indentGoodsModel->selectData($where2); 40 $indentGoods = $indentGoodsModel->selectData($where2);
41 $data[$key]['indent_goods'] = $indentGoods; 41 $data[$key]['indent_goods'] = $indentGoods;
  42 + if($vo['is_courier'] == 1){
  43 + if(empty($vo['name'])){
  44 + unset($data[$key]);
  45 + }
  46 + }else if($vo['is_courier'] == 2){
  47 + if(empty($vo['indent_address'])){
  48 + unset($data[$key]);
  49 + }
  50 + }
42 } 51 }
43 } 52 }
44 $this->assign('data',$data); 53 $this->assign('data',$data);
@@ -99,7 +99,7 @@ @@ -99,7 +99,7 @@
99 </a> 99 </a>
100 <div class="myorder_bottom2_2 delivery" data-id="{$vo.id}">确认收货</div> 100 <div class="myorder_bottom2_2 delivery" data-id="{$vo.id}">确认收货</div>
101 <elseif condition="$vo.state eq 3"/> 101 <elseif condition="$vo.state eq 3"/>
102 - <div class="myorder_bottom2_2">去评价</div> 102 + <!--<div class="myorder_bottom2_2">去评价</div>-->
103 </if> 103 </if>
104 </div> 104 </div>
105 </div> 105 </div>
@@ -175,7 +175,7 @@ @@ -175,7 +175,7 @@
175 </a> 175 </a>
176 <div class="myorder_bottom2_2 delivery" data-id="{$vo.id}">确认收货</div> 176 <div class="myorder_bottom2_2 delivery" data-id="{$vo.id}">确认收货</div>
177 <elseif condition="$vo.state eq 3"/> 177 <elseif condition="$vo.state eq 3"/>
178 - <div class="myorder_bottom2_2">去评价</div> 178 + <!--<div class="myorder_bottom2_2">去评价</div>-->
179 </if> 179 </if>
180 </div> 180 </div>
181 </div> 181 </div>
@@ -37,8 +37,8 @@ @@ -37,8 +37,8 @@
37 </a> 37 </a>
38 <p style="color:white">ta的推广</p> 38 <p style="color:white">ta的推广</p>
39 </div> 39 </div>
40 -<div class="code_Box">  
41 -<img src="{:cmf_get_image_url($share_image)}"/> 40 +<div class="code_Box" style="background: #FE3A00;">
  41 + <img src="{:cmf_get_image_url($share_image)}" style="-webkit-background-size: 100%;background-size: 100%;height: auto;width: 100%;"/>
42 </div> 42 </div>
43 <script src="__TMPL__/public/assets/js/base.js"></script> 43 <script src="__TMPL__/public/assets/js/base.js"></script>
44 </body> 44 </body>