Commit 42aa08a1 authored by haitao's avatar haitao

af

parents c6607dc7 32c35385
......@@ -3,8 +3,8 @@
//"appid" : "__UNI__FC9419E",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "",
"versionName" : "1.0.77",
"versionCode" : 177,
"versionName" : "1.0.79",
"versionCode" : 179,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
......
......@@ -49,10 +49,13 @@
</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>
......
......@@ -3,13 +3,13 @@
module.exports = {
//是否为开发调试环境 true为本地环境 false 为正式环境
// isdebug:true,//测试
isdebug:false,//正式
xqdebug:false,//正式权限
// xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
// 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