Commit 04078d3f authored by xieyishang's avatar xieyishang

‘addxx

parent 7b5a4635
......@@ -2,8 +2,8 @@
"name" : "鹿马商家助手",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "商家",
"versionName" : "1.120",
"versionCode" : 1120,
"versionName" : "1.122",
"versionCode" : 1122,
"transformPx" : false,
"compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
......@@ -171,22 +171,7 @@
}
},
"compilerVersion" : 2,
"nativePlugins" : {
"push-live" : {
"__plugin_info__" : {
"name" : "安卓保活插件(限制 防杀)含前台服务,后台运行,白名单,定时任务等",
"description" : "如果你的应用希望能够一直在后台运行而不被系统自动杀死的话,可以尝试一下。群485147231",
"platforms" : "Android",
"url" : "https://ext.dcloud.net.cn/plugin?id=2930",
"android_package_name" : "com.app.lumastore",
"ios_bundle_id" : "com.app.lumastore",
"isCloud" : true,
"bought" : 1,
"pid" : "2930",
"parameters" : {}
}
}
}
"nativePlugins" : {}
},
/* 快应用特有相关 */
"quickapp" : {},
......
......@@ -496,7 +496,10 @@
}
})
// this.isadd = opdata.isadd
if(opdata.isadd=="0" || opdata.isadd=="1"){
this.isadd = opdata.isadd
}
this.c_formData.user_token = this.$store.state.token;
this.activity_type = opdata.activity_type,
this.isShow = this.activity_type==1?true:false
......@@ -700,6 +703,7 @@
uni.scanCode({
success:(res) => {
var code = res.result;
this.form.code = res.result;
uni.request({
url: 'https://www.mxnzp.com/api/barcode/goods/details', //仅为示例,并非真实接口地址。
data: {
......@@ -714,6 +718,7 @@
if(results.data.code==1){
results.code=code;
results.isScanCode=false;
console.info(results,"111");
this.findEleProduct(results);
}else{
results.code=code;
......
......@@ -18,14 +18,14 @@
<view class="flex1 jus-b ali-c">
<input class="title" style="flex-grow: 1;" placeholder="请修改店铺电话" type="number" v-if="editortel" @blur='telblur' focus="true" v-model="editortelvalue"></input>
<input class="title" style="flex-grow: 1;" placeholder="请输入店铺电话" v-else disabled="disabled" v-model="fromdata.tel"></input>
<view style="color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;" @tap="editorTel">编辑</view>
<!-- <view style="color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;" @tap="editorTel">编辑</view> -->
</view>
</view>
<view class="cu-form-group " >
<view class="title">店铺地址:</view>
<view class="flex1 jus-b ali-c">
<input class="title" style="flex-grow: 1;" placeholder="请输入店铺地址" disabled="disabled" v-model="fromdata.addr"></input>
<view style="color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;" @tap="chooseLocation">编辑</view>
<!-- <view style="color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;" @tap="chooseLocation">编辑</view> -->
</view>
</view>
......@@ -46,7 +46,7 @@
</view>
<view class="" style="color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;" @tap='modifyTime'>编辑</view>
<!-- <view class="" style="color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;" @tap='modifyTime'>编辑</view> -->
<lb-picker ref="picker" :list="list2" :value='value' range-key="label" mode="multiSelector" :level='2' @confirm='confirm'></lb-picker>
</view>
......
......@@ -8,10 +8,10 @@
<image class="jiantousi" src="/static/news/jiantousi.png" mode=""></image>
</navigator>
<view class="list-cell b-b m-t" v-if="platform=='android'" hover-class="cell-hover" :hover-stay-time="50" @click="qiDong">
<!-- <view class="list-cell b-b m-t" v-if="platform=='android'" hover-class="cell-hover" :hover-stay-time="50" @click="qiDong">
<text class="cell-tit">允许后台自启</text>
<image class="jiantousi" src="/static/news/jiantousi.png" mode=""></image>
</view>
</view> -->
<!-- <view class="list-cell b-b m-t" v-if="platform=='ios'" hover-class="cell-hover" :hover-stay-time="50" @click="qiDong">
<text class="cell-tit">允许后台启动</text>
......
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