Commit 42aa08a1 authored by haitao's avatar haitao

af

parents c6607dc7 32c35385
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
//"appid" : "__UNI__FC9419E", //"appid" : "__UNI__FC9419E",
"appid" : "__UNI__1EA80F1", //这个是 web "appid" : "__UNI__1EA80F1", //这个是 web
"description" : "", "description" : "",
"versionName" : "1.0.77", "versionName" : "1.0.79",
"versionCode" : 177, "versionCode" : 179,
"transformPx" : false, "transformPx" : false,
/* 5+App特有相关 */ /* 5+App特有相关 */
"app-plus" : { "app-plus" : {
......
...@@ -49,11 +49,14 @@ ...@@ -49,11 +49,14 @@
</view> </view>
<view class="order_foot bodbod flex jus-e mb-20 mt-10"> <view class="order_foot bodbod flex jus-e mb-20 mt-10">
<block v-if="item.products[index1][0].logisticCode" v-for="(action,index) in item.order_operation.slice(-1)" :key="index">
<block 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> <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> </block>
</view> </view>
</view> </view>
......
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
module.exports = { module.exports = {
//是否为开发调试环境 true为本地环境 false 为正式环境 //是否为开发调试环境 true为本地环境 false 为正式环境
// isdebug:true,//测试 // isdebug:true,//测试
isdebug:false,//正式 isdebug:false,//正式
xqdebug:false,//正式权限 xqdebug:false,//正式权限
// xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios // xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
......
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