| xqd
@@ -24,8 +24,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<u-popup :length="600" mode="center" v-model="visibleSync" :zoom="false">
|
|
|
- <view class="app-top-image" :style="{backgroundImage: `url(${headerUrl})`}" v-if="headerUrl"></view>
|
|
|
- <view class="app-top-image icon" v-else></view>
|
|
|
+ <!-- <view class="app-top-image" :style="{backgroundImage: `url(${headerUrl})`}" v-if="headerUrl"></view> -->
|
|
|
+ <view class="app-top-image" style="background-image: url(https://qiantengteng.9026.com/web/statics/img/mall/notice.jpg);"></view>
|
|
|
+ <!-- <view class="app-top-image icon" v-else></view> -->
|
|
|
<view class="u-bottom-content">
|
|
|
<scroll-view scroll-y class="u-content">
|
|
|
{{content}}
|
| xqd
@@ -86,7 +87,7 @@ export default {
|
|
|
},
|
|
|
btnColor: {
|
|
|
type: String,
|
|
|
- default: '#ff4544'
|
|
|
+ default: '#F84469'
|
|
|
},
|
|
|
btnRadius: {
|
|
|
type: String,
|
| xqd
@@ -132,7 +133,7 @@ export default {
|
|
|
},
|
|
|
computed: {
|
|
|
btnStyle: function() {
|
|
|
- return `width: ${this.btnWidth}rpx;color:${this.btnTextColor};background-color:${this.btnColor};border-radius: ${this.btnRadius};`
|
|
|
+ return `width: ${this.btnWidth}rpx;color:${this.btnTextColor};background-color:#F84469;border-radius: ${this.btnRadius};`
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|