Commit 3056a3b6 authored by haitao's avatar haitao

fd

parent cd635a3d
......@@ -2,9 +2,8 @@
"name" : "鹿马商家助手",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "商家",
"versionName" : "1.107",
"versionCode" : 1107,
"versionName" : "1.108",
"versionCode" : 1108,
"transformPx" : false,
"compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
......
......@@ -115,7 +115,9 @@
uni.hideLoading();
},
fail:err=>{
console.log(err)
if(err.errCode==-100){
this.$api.msg('系统繁忙,请稍后再试');
}
}
});
//#endif
......@@ -123,13 +125,6 @@
},
shareToFriend(type){
uni.getProvider({
service: 'oauth',
success: function (res) {
console.log(res.provider)
}
});
let wxType='';
if(type==3){//收藏
wxType='WXSceneFavorite';
......
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