Commit 37f87b9b authored by home's avatar home

Merge branch 'dev' of http://rungit.jxdsy.cn:10000/xys/lumastoreapp into dev

parents f107e6b8 287a2840
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<!-- 订单 order --> <!-- 订单 order -->
<view class="shoporderdetale xiangq yocode"> <view class="shoporderdetale xiangq yocode">
<view class="beijingimg"> <view class="beijingimg">
<image src="https://luma.jxdsy.cn/static/applet5/2020/index/group_img/defeated.png" mode="" style="width: 100%;height: 240upx;"></image>
<view class="twotitle">{{detail.desc}}</view> <view class="twotitle">{{detail.desc}}</view>
</view> </view>
<view class="boxs"> <view class="boxs">
...@@ -125,7 +126,7 @@ export default { ...@@ -125,7 +126,7 @@ export default {
data() { data() {
return { return {
refund_id: '', refund_id: '',
detail: '' //售后详情 detail: {adress:{}} //售后详情
// logs:{}, // logs:{},
}; };
}, },
...@@ -199,14 +200,19 @@ export default { ...@@ -199,14 +200,19 @@ export default {
font-size: 30upx; font-size: 30upx;
} }
.beijingimg { .beijingimg {
background: linear-gradient(#ff5a03, #ff4216); // background: linear-gradient(#ff5a03, #ff4216);
width: 100%; width: 100%;
padding: 30upx 24upx; // padding: 30upx 24upx;
position: relative;
.twotitle { .twotitle {
position: absolute;
z-index: 99;
top: 60upx;
color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1);
font-size: 32upx; font-size: 38upx;
font-weight: 500; font-weight: 500;
line-height: 40upx; line-height: 40upx;
margin-left: 40upx;
} }
} }
.addresone { .addresone {
......
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