Commit fed5ec73 authored by home's avatar home

zxzf

parent 4d0103d9
......@@ -3,8 +3,8 @@
//"appid" : "__UNI__FC9419E",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "商家",
"versionName" : "1.0.95",
"versionCode" : 195,
"versionName" : "1.0.96",
"versionCode" : 196,
"transformPx" : false,
"compatible" : {
"ignoreVersion" : true, //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
......
......@@ -20,10 +20,8 @@
</view>
</view>
</view>
<!-- tab切换 -->
<view class="projuctTab flex" v-if="edit==0">
<view class="tabitems flex1" :class="{active:tabactive==1}" @tap="taggletab(1)">
......
This diff is collapsed.
......@@ -493,3 +493,12 @@ export function getShopDeliveryPrice(data)
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){
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