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

@ -21,7 +21,7 @@
</view> </view>
<u-empty text="暂无数据显示哦~" v-if="list.length==0" mode="list"></u-empty> <u-empty text="暂无数据显示哦~" v-if="list.length==0" mode="list"></u-empty>
</view> </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> </view>
</template> </template>

@ -102,7 +102,7 @@
</view> </view>
<!-- --> <!-- -->
<view class="grounding"> <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> <image :src="$picUrl+'/static/user/shelf.png'" class="label_1"></image>
<view class="text-group_2"> <view class="text-group_2">
<text lines="1" class="text_8">一键上架</text> <text lines="1" class="text_8">一键上架</text>

Loading…
Cancel
Save