Commit a7089f9b by zhangmengjie

23.3.9

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