一键上架bug修复

version/0412
fanfan 12 months ago
parent 54ad1db6c9
commit b5d4632985
  1. 22
      pages/news/goods/addOneGround.vue
  2. 8
      pages/news/goods/oneGrounding.vue

@ -3,7 +3,7 @@
<view class="goods-hd">
<view class="item">
<view class="a">商品链接<text>*</text></view>
<view class="b" style="width: 500rpx;">
<view class="b b1" style="width: 500rpx;">
<u-input v-model="from.urls" wi max-height="260" maxlength="100" type="textarea"
placeholder="请输入商品链接" :border="true" />
</view>
@ -70,6 +70,9 @@
确定
</view>
</view>
<view class="look" @click="toback">
查看采集列表
</view>
<category ref="category" :tabList='categoryList' @getChoseCategory="getChoseCategory"
:activeIndex='activeIndex'></category>
</view>
@ -205,7 +208,7 @@
status,
message,
data
} = await newFunApi.editStore(this.from);
} = await newFunApi.editCollector(this.from);
if (status == 200) {
uni.showToast({
title: "保存成功"
@ -213,11 +216,20 @@
uni.navigateBack()
}
},
toback(){
uni.navigateBack()
},
}
}
</script>
<style lang="scss" scoped>
.look{
font-size: 30rpx;
padding: 0rpx 50rpx 80rpx 0;
text-align: right;
color: #409eff;
}
.btnGroup {
margin: 60rpx 50rpx;
display: flex;
@ -303,7 +315,11 @@
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #F7F7F7;
.b1{
::v-deep .u-input{
width: 500rpx !important;
}
}
.a {
text {
color: #F34A40;

@ -12,10 +12,10 @@
<view class="a">失败数量<text>{{item.fail_count}}</text></view>
</view>
</view>
<view class="item_tiem">
<view class="item_tiem" v-if="item.start_time">
<view class="a">开始时间<text>{{item.start_time}}</text></view>
</view>
<view class="item_tiem">
<view class="item_tiem" v-if="item.end_time">
<view class="a">结束时间<text>{{item.end_time}}</text></view>
</view>
</view>
@ -75,8 +75,8 @@
overflow: hidden;
.recharge_image {
width: 50rpx;
height: 50rpx;
width: 70rpx;
height: 70rpx;
position: fixed;
right: 30rpx;
bottom: 60rpx;

Loading…
Cancel
Save