Commit bf4f2bb0 authored by xieyishang's avatar xieyishang

修改快速导入相关功能~

parent aff2bef7
...@@ -35,3 +35,10 @@ ...@@ -35,3 +35,10 @@
.changesicon .submitsss{ .changesicon .submitsss{
font-size: 30upx; font-size: 30upx;
} }
.pstest{
text-align: center;
margin-top: 10upx;
color: #ccc;
font-size: 30upx;
}
\ No newline at end of file
...@@ -43,6 +43,8 @@ ...@@ -43,6 +43,8 @@
</view> </view>
</view> </view>
</view> </view>
<view class="pstest">产品勾选提交后将会覆盖之前提交的产品</view>
</view> </view>
</template> </template>
...@@ -65,6 +67,8 @@ ...@@ -65,6 +67,8 @@
onLoad() { onLoad() {
this.shop_classfun();//获取分类 this.shop_classfun();//获取分类
},
onShow() {
this.getCopyList();//获取之前选中的数据 this.getCopyList();//获取之前选中的数据
}, },
computed:{ computed:{
...@@ -129,8 +133,13 @@ ...@@ -129,8 +133,13 @@
this.clearChecked(); this.clearChecked();
if(res.data.length==0){
this.$api.msg("未获取到产品");
}
}else{ }else{
this.projuctList = [];//失败了要清除 this.projuctList = [];//失败了要清除
//获取指定分类下的产品失败了 //获取指定分类下的产品失败了
} }
}, },
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<view class="cellspro">标题:{{item.product_name}}</view> <view class="cellspro">标题:{{item.product_name}}</view>
<view class="cellspro flex ali-c"> <view class="cellspro flex ali-c">
<text>价格:</text> <text>价格:</text>
<input class="inputs" type="text" value="" v-model="item.price" /> <input class="inputs" type="digit" value="" v-model="item.price" />
</view> </view>
</view> </view>
</view> </view>
......
...@@ -4,8 +4,8 @@ module.exports = { ...@@ -4,8 +4,8 @@ module.exports = {
//是否为开发调试环境 true为本地环境 false 为正式环境 //是否为开发调试环境 true为本地环境 false 为正式环境
// isdebug:false,//正式 isdebug:false,//正式
isdebug:true,//测试 // isdebug:true,//测试
// xqdebug:false,//正式权限 // xqdebug:false,//正式权限
xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios 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