Commit 32c35385 authored by 石家欣's avatar 石家欣

sjx

parent 86ad6ef4
......@@ -49,11 +49,14 @@
</view>
<view class="order_foot bodbod flex jus-e mb-20 mt-10">
<block v-for="(action,index) in item.order_operation.slice(-1)" :key="index">
<block v-if="item.products[index1][0].logisticCode" v-for="(action,index) in item.order_operation.slice(-1)" :key="index">
<view class='btnss ' :data-vendor="item.products[index1][0].vendor_id" :data-orderid='item.order_id' @tap.stop="operation" :data-action="'checkLogistics'" :data-is_ld='item.buytype'>查看物流</view>
</block>
<block v-else v-for="(action,index) in item.order_operation.slice(-1)" :key="index">
<view class='btnss ' :data-vendor="item.products[index1][0].vendor_id" :data-orderid='item.order_id' @tap.stop="operation" :data-action='action.way' :data-is_ld='item.buytype'>{{action.name}}</view>
</block>
</view>
</view>
......
......@@ -8,8 +8,8 @@ module.exports = {
//xqdebug:false,//正式权限
xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
xqdebug:false,//正式权限
// xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
// #ifdef APP-PLUS
// isdebug:false,//正式 APP里面绝对是正式
......
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 to comment