Commit 048f443c authored by home's avatar home

Merge branch 'zxh' into dev

parents 97a83601 fed5ec73
...@@ -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.95", "versionName" : "1.0.96",
"versionCode" : 195, "versionCode" : 196,
"transformPx" : false, "transformPx" : false,
"compatible" : { "compatible" : {
"ignoreVersion" : true, //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 "ignoreVersion" : true, //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
......
...@@ -20,10 +20,8 @@ ...@@ -20,10 +20,8 @@
</view> </view>
</view> </view>
</view> </view>
<!-- tab切换 --> <!-- tab切换 -->
<view class="projuctTab flex" v-if="edit==0"> <view class="projuctTab flex" v-if="edit==0">
<view class="tabitems flex1" :class="{active:tabactive==1}" @tap="taggletab(1)"> <view class="tabitems flex1" :class="{active:tabactive==1}" @tap="taggletab(1)">
......
This diff is collapsed.
...@@ -493,3 +493,12 @@ export function getShopDeliveryPrice(data) ...@@ -493,3 +493,12 @@ export function getShopDeliveryPrice(data)
return request.post("user/getShopDeliveryPrice",data,{ noAuth : true}); return request.post("user/getShopDeliveryPrice",data,{ noAuth : true});
} }
/**
* 下载
* @param {} data
*/
export function excel(data)
{
return request.post("index/excel",data,{ noAuth : true});
}
...@@ -46,3 +46,7 @@ export function getshopclass(data){ ...@@ -46,3 +46,7 @@ export function getshopclass(data){
return request.post("/ele/weigh", data, { noAuth: true}); return request.post("/ele/weigh", data, { noAuth: true});
} }
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