version/0412
fanfan 9 months ago
parent f79bcec8e1
commit f317a08c37
  1. 15
      pages/news/goods/addOneGround.vue
  2. 2
      pages/news/goods/oneGrounding.vue
  3. 2
      pages/user/index.vue

@ -216,20 +216,23 @@
uni.navigateBack()
}
},
toback(){
uni.navigateBack()
toback() {
uni.navigateTo({
url: '/pages/news/goods/oneGrounding'
})
},
}
}
</script>
<style lang="scss" scoped>
.look{
.look {
font-size: 30rpx;
padding: 0rpx 50rpx 80rpx 0;
text-align: right;
color: #409eff;
}
.btnGroup {
margin: 60rpx 50rpx;
display: flex;
@ -315,11 +318,13 @@
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #F7F7F7;
.b1{
::v-deep .u-input{
.b1 {
::v-deep .u-input {
width: 500rpx !important;
}
}
.a {
text {
color: #F34A40;

@ -21,7 +21,7 @@
</view>
<u-empty text="暂无数据显示哦~" v-if="list.length==0" mode="list"></u-empty>
</view>
<image src="/static/order/share.png" @click="onGather" mode="" class="recharge_image"></image>
<!-- <image src="/static/order/share.png" @click="onGather" mode="" class="recharge_image"></image> -->
</view>
</template>

@ -102,7 +102,7 @@
</view>
<!-- -->
<view class="grounding">
<view class="image-text_2" @click="goJump('/pages/news/goods/oneGrounding')">
<view class="image-text_2" @click="goJump('/pages/news/goods/addOneGround')">
<image :src="$picUrl+'/static/user/shelf.png'" class="label_1"></image>
<view class="text-group_2">
<text lines="1" class="text_8">一键上架</text>

Loading…
Cancel
Save