Commit 267d2fcf by 宋冰琦

修复部分bug

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