Commit 267d2fcf by 宋冰琦

修复部分bug

parent 3e1ae576
...@@ -50,8 +50,12 @@ ...@@ -50,8 +50,12 @@
</view> </view>
<view v-if="info.status===2||info.status===3" class="tap"> <view v-if="info.status===2||info.status===3" class="tap">
<view class="tap_innew"> <view class="tap_innew">
<view class="text_ysy" v-if="info.status===2"></view> <view class="text_ysy" v-if="info.status===2">
<view class="text_ysx" v-else></view> <image :style="{'width':'138%','height':'138%'}" :src="'https://hooloo-dev-api.gdatac.com/resources/used.png'">
</view>
<view class="text_ysx" v-else>
<image :style="{'width':'138%','height':'138%'}" :src="'https://hooloo-dev-api.gdatac.com/resources/expired.png'">
</view>
</view> </view>
</view> </view>
</view> </view>
...@@ -267,7 +271,7 @@ export default { ...@@ -267,7 +271,7 @@ export default {
.dkStyle { .dkStyle {
font-size: 48rpx; font-size: 48rpx;
margin-top: -5rpx; margin-top: 3rpx;
} }
} }
.price_desc { .price_desc {
...@@ -278,7 +282,7 @@ export default { ...@@ -278,7 +282,7 @@ export default {
color: var(color); color: var(color);
line-height: 28rpx; line-height: 28rpx;
width: 178rpx; width: 178rpx;
margin-top: 2rpx; margin-top: 4rpx;
text-align: center; text-align: center;
} }
} }
...@@ -312,7 +316,7 @@ export default { ...@@ -312,7 +316,7 @@ export default {
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: var(color); color: var(color);
margin-top: 8rpx; margin-top: 10rpx;
line-height: 28rpx; line-height: 28rpx;
} }
} }
...@@ -364,7 +368,7 @@ export default { ...@@ -364,7 +368,7 @@ export default {
margin-right: 32rpx; margin-right: 32rpx;
.more_info { .more_info {
padding-bottom: 8rpx; padding-bottom: 8rpx;
padding-top: 10rpx; padding-top: 11rpx;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
...@@ -418,8 +422,8 @@ export default { ...@@ -418,8 +422,8 @@ export default {
width: 108rpx; width: 108rpx;
height: 108rpx; height: 108rpx;
// border: 1px solid red; // border: 1px solid red;
top: 19rpx; top: -3rpx;
right: 15rpx; right: 35rpx;
position: absolute; position: absolute;
.tap_innew { .tap_innew {
position: relative; position: relative;
...@@ -433,10 +437,10 @@ export default { ...@@ -433,10 +437,10 @@ export default {
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #999999; color: #999999;
background: url('https://hooloo-dev-api.gdatac.com/resources/used.png'); // background: url('https://hooloo-dev-api.gdatac.com/resources/used.png');
background-size: 139%; // background-size: 139%;
background-repeat: no-repeat; // background-repeat: no-repeat;
background-position: center; // background-position: center;
} }
.text_ysx { .text_ysx {
width: 100%; width: 100%;
...@@ -447,10 +451,10 @@ export default { ...@@ -447,10 +451,10 @@ export default {
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #999999; color: #999999;
background: url('https://hooloo-dev-api.gdatac.com/resources/expired.png'); // background: url('https://hooloo-dev-api.gdatac.com/resources/expired.png');
background-size: 139%; // background-size: 139%;
background-repeat: no-repeat; // background-repeat: no-repeat;
background-position: center; // background-position: center;
} }
} }
} }
......
const ENV_TYPE = { const ENV_TYPE = {
baseUrl:'https://saas.ihaoin.com' // baseUrl:'https://saas.ihaoin.com'
baseUrl:'https://api.ihaoin.com'
// baseUrl:'https://hooloo-dev-api.gdatac.com'
} }
module.exports = ENV_TYPE module.exports = ENV_TYPE
\ No newline at end of file
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