Commit 5c18d2b6 authored by xieyishang's avatar xieyishang

addxx

parent c8f6faad
{
"version" : "1",
"prompt" : "template",
"title" : "服务协议和隐私政策",
"message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href=\"http://www.jxdsy.cn/xieyi.html\">《服务协议》</a>和<a href=\"http://www.jxdsy.cn/privacy.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
"buttonAccept" : "同意并接受",
"buttonRefuse" : "暂不同意",
"second" : {
"title" : "确认提示",
"message" : "  进入应用前,你需先同意<a href=\"http://www.jxdsy.cn/xieyi.html\">《服务协议》</a>和<a href=\"http://www.jxdsy.cn/privacy.html\">《隐私政策》</a>,否则将退出应用。",
"buttonAccept" : "同意并继续",
"buttonRefuse" : "退出应用"
},
"styles" : {
"backgroundColor" : "#ffffff",
"borderRadius" : "5px",
"title" : {
"color" : "#000000"
},
"buttonAccept" : {
"color" : "#f64f15"
},
"buttonRefuse" : {
"color" : "#000000"
}
}
}
......@@ -2,8 +2,8 @@
"name" : "鹿马商家助手",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "商家",
"versionName" : "1.158",
"versionCode" : 1158,
"versionName" : "1.160",
"versionCode" : 1160,
"transformPx" : false,
"compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
......@@ -30,14 +30,14 @@
"distribute" : {
/* android打包配置 */
"android" : {
"permissionPhoneState" : {
"request" : "none",
"prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
},
"permissionExternalStorage" : {
"request" : "none",
"prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
},
// "permissionPhoneState" : {
// "request" : "none",
// "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
// },
// "permissionExternalStorage" : {
// "request" : "none",
// "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
// },
"permissions" : [
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
......@@ -174,7 +174,8 @@
}
},
"iosStyle" : "common",
"androidStyle" : "default"
"androidStyle" : "default",
"useOriginalMsgbox" : true
}
},
"compilerVersion" : 2,
......
......@@ -292,13 +292,13 @@
//限购数量
if(!this.endobjdata[0].limit_num && this.seckill_close==1 ){
if(!this.isInteger(this.endobjdata[0].limit_num) && this.seckill_close==1 ){
this.$api.msg("限购数量不能为小数!");
return false;
}
//库存
if(!this.endobjdata[0].store_count ){
if(!this.isInteger(this.endobjdata[0].store_count) ){
this.$api.msg("库存不能为小数!");
return false;
}
......@@ -318,7 +318,8 @@
type_id:this.type_id,//模型id
item:this.endobjdata,
}).then((res)=>{
}).then((res)=>{
console.info(res,"ress");
if(res.code==0){
console.log(res,"ress")
......
......@@ -5,8 +5,8 @@ module.exports = {
// isdebug:false,//正式
isdebug:true,//测试
isdebug:false,//正式
// isdebug:true,//测试
// xqdebug:false,//正式权限
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