Commit a7089f9b by zhangmengjie

23.3.9

parent 23c2406e
...@@ -27,8 +27,9 @@ ...@@ -27,8 +27,9 @@
<view class="content-photograph"> <view class="content-photograph">
<view class="">上传图片 <view class="">上传图片
</view> </view>
<view class=""> <view class="content-photograph-photo">
<image src="../../static/logo.png" mode="" v-for="(v ,index) in 5" :key="index"></image> <image class="content-photograph-photo-img" src="../../static/logo.png" mode="" v-for="(v ,index) in 5"
:key="index"></image>
</view> </view>
</view> </view>
<view class="content-frequency"> <view class="content-frequency">
...@@ -62,7 +63,7 @@ ...@@ -62,7 +63,7 @@
</view> </view>
<u--textarea v-model="value1" placeholder="请输入内容" disabled></u--textarea> <u--textarea v-model="value1" placeholder="请输入内容" disabled></u--textarea>
</view> </view>
<view class="content-reject" v-if="subscript == 3 && subs== '1'" > <view class="content-reject" v-if="subscript == 3 && subs== '1'">
<view class=""> <view class="">
<text style="background:#2C66FF"></text>该订单已提交退款,等待商家致电…… <text style="background:#2C66FF"></text>该订单已提交退款,等待商家致电……
</view> </view>
...@@ -86,8 +87,8 @@ ...@@ -86,8 +87,8 @@
imgBgUrl: apiBaseConfig.imgBgUrl, imgBgUrl: apiBaseConfig.imgBgUrl,
globalData: getApp().globalData, globalData: getApp().globalData,
scrollTopHeader: 0, scrollTopHeader: 0,
subscript:'0', subscript: '0',
subs:'1' subs: '1'
}; };
}, },
onLoad(option) { onLoad(option) {
...@@ -166,19 +167,21 @@ ...@@ -166,19 +167,21 @@
&-photograph { &-photograph {
padding: 30rpx 0rpx; padding: 30rpx 0rpx;
>view:nth-child(2) { &-photo {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: flex-start; justify-content: flex-start;
>image { &-img {
margin-top: 20rpx; margin-top: 20rpx;
margin-right: 15rpx; margin-right: 22rpx;
width: 210rpx; width: 210rpx;
height: 210rpx; height: 210rpx;
} }
&-img:nth-child(3n){
margin-right: 0rpx;
}
} }
} }
&-frequency { &-frequency {
...@@ -211,15 +214,18 @@ ...@@ -211,15 +214,18 @@
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
} }
&-reject{
&-reject {
margin-top: 30rpx; margin-top: 30rpx;
>view { >view {
display:flex; display: flex;
margin-bottom: 20rpx; margin-bottom: 20rpx;
font-size: 28rpx; font-size: 28rpx;
font-weight: 700; font-weight: 700;
color: #333333; color: #333333;
>text{
>text {
width: 6rpx; width: 6rpx;
height: 36rpx; height: 36rpx;
background: #FD0000; background: #FD0000;
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
handleAgainAdd(){ handleAgainAdd(){
let that = this let that = this
that.$uniGo.navigateTo({ that.$uniGo.navigateTo({
url:'/demand/updateForm/updateForm' url:`/demand/updateForm/updateForm`
}) })
}, },
// 再看看 // 再看看
......
...@@ -66,5 +66,5 @@ ...@@ -66,5 +66,5 @@
</script> </script>
<style scoped> <style scoped>
@import url("@/css/form.css");
</style> </style>
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