|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<view class="page" :style="{'min-height':(h-th)+'px','padding-top':mt+'px'}">
|
|
<view class="page" :style="{'min-height':(h-th)+'px','padding-top':mt+'px'}">
|
|
- <image class="bg_img" src="https://fsy.shengsi.gov.cn/file/20240129/3931d06eaa3346c9955aa7e5e535a95b.png"
|
|
|
|
|
|
+ <image class="bg_img" src="https://i.ringzle.com/file/20240129/3931d06eaa3346c9955aa7e5e535a95b.png"
|
|
mode="widthFix"></image>
|
|
mode="widthFix"></image>
|
|
<!-- <view class="account" :style="{'margin-top':(mt-44)+'px'}"> -->
|
|
<!-- <view class="account" :style="{'margin-top':(mt-44)+'px'}"> -->
|
|
<view class="account">
|
|
<view class="account">
|
|
@@ -12,7 +12,7 @@
|
|
<text>{{dto.name==''?'临时商户':dto.name}}</text>
|
|
<text>{{dto.name==''?'临时商户':dto.name}}</text>
|
|
<view class="ane_edit" @tap="toTurn('/pagesHouse/Mine/PersonalEditing/PersonalEditing',true)">
|
|
<view class="ane_edit" @tap="toTurn('/pagesHouse/Mine/PersonalEditing/PersonalEditing',true)">
|
|
<text>编辑</text>
|
|
<text>编辑</text>
|
|
- <image src="https://fsy.shengsi.gov.cn/file/20240129/e824a765b6c24ac6aafbb49b12c23aa9.png"></image>
|
|
|
|
|
|
+ <image src="https://i.ringzle.com/file/20240129/e824a765b6c24ac6aafbb49b12c23aa9.png"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -86,27 +86,27 @@
|
|
h: uni.getSystemInfoSync().windowHeight,
|
|
h: uni.getSystemInfoSync().windowHeight,
|
|
w: uni.getSystemInfoSync().windowWidth,
|
|
w: uni.getSystemInfoSync().windowWidth,
|
|
mt: uni.getSystemInfoSync().statusBarHeight + 44,
|
|
mt: uni.getSystemInfoSync().statusBarHeight + 44,
|
|
- avatar: 'https://fsy.shengsi.gov.cn/file/20240129/5b4a757190334fa7ae8616620c770bc4.png',
|
|
|
|
|
|
+ avatar: 'https://i.ringzle.com/file/20240129/5b4a757190334fa7ae8616620c770bc4.png',
|
|
name: '游客',
|
|
name: '游客',
|
|
orderMenus: [ //type:1 待付款、2 待使用、3 待评价、4 退款/售后
|
|
orderMenus: [ //type:1 待付款、2 待使用、3 待评价、4 退款/售后
|
|
{
|
|
{
|
|
type: 0,
|
|
type: 0,
|
|
- img: 'https://fsy.shengsi.gov.cn/file/20240129/818fa751cf8d4772ac1cf818522a7f54.png',
|
|
|
|
|
|
+ img: 'https://i.ringzle.com/file/20240129/818fa751cf8d4772ac1cf818522a7f54.png',
|
|
text: '待支付'
|
|
text: '待支付'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
type: 4,
|
|
type: 4,
|
|
- img: 'https://fsy.shengsi.gov.cn/file/20240129/c4ef5f92f5274dbe9e281ad509571fc3.png',
|
|
|
|
|
|
+ img: 'https://i.ringzle.com/file/20240129/c4ef5f92f5274dbe9e281ad509571fc3.png',
|
|
text: '待使用'
|
|
text: '待使用'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
type: 3,
|
|
type: 3,
|
|
- img: 'https://fsy.shengsi.gov.cn/file/20240129/2a73e5e9afcf4d759b31e5332a21d012.png',
|
|
|
|
|
|
+ img: 'https://i.ringzle.com/file/20240129/2a73e5e9afcf4d759b31e5332a21d012.png',
|
|
text: '已完成'
|
|
text: '已完成'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
type: -3,
|
|
type: -3,
|
|
- img: 'https://fsy.shengsi.gov.cn/file/20240129/f3fd049aaffb4768aa115572851a2bb1.png',
|
|
|
|
|
|
+ img: 'https://i.ringzle.com/file/20240129/f3fd049aaffb4768aa115572851a2bb1.png',
|
|
text: '退款/售后'
|
|
text: '退款/售后'
|
|
}
|
|
}
|
|
],
|
|
],
|
|
@@ -133,7 +133,7 @@
|
|
this.dto = res.data.data;
|
|
this.dto = res.data.data;
|
|
if (!res.data.data.shopSign) {
|
|
if (!res.data.data.shopSign) {
|
|
this.dto.shopSign =
|
|
this.dto.shopSign =
|
|
- 'https://fsy.shengsi.gov.cn/file/20240225/26feb8cc8f744123a980211ebdfb8d40.png';
|
|
|
|
|
|
+ 'https://i.ringzle.com/file/20240225/26feb8cc8f744123a980211ebdfb8d40.png';
|
|
}
|
|
}
|
|
//this.shopImgs = res.data.data.split(',');
|
|
//this.shopImgs = res.data.data.split(',');
|
|
}
|
|
}
|
|
@@ -290,7 +290,7 @@
|
|
// text-align: right;
|
|
// text-align: right;
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #808080;
|
|
color: #808080;
|
|
- background-image: url('https://fsy.shengsi.gov.cn/file/20240129/dcf2338517e344c697ef7cd853ce2234.png');
|
|
|
|
|
|
+ background-image: url('https://i.ringzle.com/file/20240129/dcf2338517e344c697ef7cd853ce2234.png');
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
width: 240rpx;
|
|
width: 240rpx;
|
|
@@ -328,7 +328,7 @@
|
|
.wallet {
|
|
.wallet {
|
|
margin-top: 32rpx;
|
|
margin-top: 32rpx;
|
|
padding: 34rpx 40rpx 30rpx 31rpx;
|
|
padding: 34rpx 40rpx 30rpx 31rpx;
|
|
- // background: url(https://fsy.shengsi.gov.cn/file/20240129/062264cb5e224845b86e4567c2ec37a6.png) no-repeat;
|
|
|
|
|
|
+ // background: url(https://i.ringzle.com/file/20240129/062264cb5e224845b86e4567c2ec37a6.png) no-repeat;
|
|
// background-size: 100% 100%;
|
|
// background-size: 100% 100%;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -397,7 +397,7 @@
|
|
// height: 60rpx;
|
|
// height: 60rpx;
|
|
// background: linear-gradient(270deg, #D6F6ED 0%, #FFFFFF 100%);
|
|
// background: linear-gradient(270deg, #D6F6ED 0%, #FFFFFF 100%);
|
|
background-color: #007A69;
|
|
background-color: #007A69;
|
|
- background-image: url('https://fsy.shengsi.gov.cn/file/20240225/b918fbd7e3424908a10497c4e4f71fda.png');
|
|
|
|
|
|
+ background-image: url('https://i.ringzle.com/file/20240225/b918fbd7e3424908a10497c4e4f71fda.png');
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
border-radius: 36rpx;
|
|
border-radius: 36rpx;
|