Commit d5ae00fe authored by Mac's avatar Mac

替换一些图片

parent 1996f492
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<view class="good" v-for="(cx, ci) in g" :key="ci" @click="clickHandler(cx)"> <view class="good" v-for="(cx, ci) in g" :key="ci" @click="clickHandler(cx)">
<view class="good-img" style="position: relative;"> <view class="good-img" style="position: relative;">
<image mode="aspectFit" :src="cx.cover_pic" style="width: 100%; height: 100%;" > <image mode="aspectFit" :src="cx.cover_pic" style="width: 100%; height: 100%;" >
<image src="../../static/images/icon/plugins-out.png" v-if="cx.totalStock==0" <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/plugins-out.png" v-if="cx.totalStock==0"
style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" /> style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" />
</image> </image>
</view> </view>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<view class="good" @click="clickHandler(cx)"> <view class="good" @click="clickHandler(cx)">
<view class="good-img" style="position: relative;"> <view class="good-img" style="position: relative;">
<image mode="aspectFit" :src="cx.cover_pic" style="width: 100%; height: 100%" > <image mode="aspectFit" :src="cx.cover_pic" style="width: 100%; height: 100%" >
<image src="../../static/images/icon/plugins-out.png" v-if="cx.totalStock==0" <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/plugins-out.png" v-if="cx.totalStock==0"
style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" /> style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" />
</image> </image>
</view> </view>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
> >
<div class="good-img" style="position: relative;"> <div class="good-img" style="position: relative;">
<image mode="aspectFit" :src="cx.cover_pic" style="width: 100%; height: 100%;" > <image mode="aspectFit" :src="cx.cover_pic" style="width: 100%; height: 100%;" >
<image src="../../static/images/icon/plugins-out.png" v-if="cx.totalStock==0" <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/plugins-out.png" v-if="cx.totalStock==0"
style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" /> style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" />
</image> </image>
</div> </div>
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<div class="good" @click="clickHandler(cx)"> <div class="good" @click="clickHandler(cx)">
<div class="good-img" style="position: relative;"> <div class="good-img" style="position: relative;">
<image mode="aspectFit" :src="cx.cover_pic" style="width: 100%; height: 100%;" > <image mode="aspectFit" :src="cx.cover_pic" style="width: 100%; height: 100%;" >
<image src="../../static/images/icon/plugins-out.png" v-if="cx.totalStock==0" <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/plugins-out.png" v-if="cx.totalStock==0"
style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" /> style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" />
</image> </image>
</div> </div>
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<view class="good" v-for="(cx, ci) in g" :key="ci" @click="clickHandler(cx)"> <view class="good" v-for="(cx, ci) in g" :key="ci" @click="clickHandler(cx)">
<view class="good-img" style="position: relative;"> <view class="good-img" style="position: relative;">
<image mode="aspectFit" :src="cx.cover_pic" style="width: 100%; height: 100%;" > <image mode="aspectFit" :src="cx.cover_pic" style="width: 100%; height: 100%;" >
<image src="../../static/images/icon/plugins-out.png" v-if="cx.totalStock==0" <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/plugins-out.png" v-if="cx.totalStock==0"
style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" /> style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" />
</image> </image>
</view> </view>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<view class="good" @click="clickHandler(cx)"> <view class="good" @click="clickHandler(cx)">
<view class="good-img"> <view class="good-img">
<image mode="aspectFill" :src="cx.cover_pic" style="width: 100%; height: 100%;" > <image mode="aspectFill" :src="cx.cover_pic" style="width: 100%; height: 100%;" >
<image src="../../static/images/icon/plugins-out.png" v-if="cx.totalStock==0" <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/plugins-out.png" v-if="cx.totalStock==0"
style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" /> style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" />
</image> </image>
</view> </view>
......
...@@ -129,33 +129,6 @@ export default { ...@@ -129,33 +129,6 @@ export default {
} }
} }
); );
// let h=this.apiheader()
// this.request(
// {
// url: "",
// header: h,
// data: {
// r: "api/user/address",
// },
// },
// (res) => {
// uni.hideNavigationBarLoading();
// this.isloading = false;
// this.list = res.data.list;
// let index = -1;
// this.list.forEach((x, i) => {
// x.mobile = x.mobile.substr(0, 3) + "****" + x.mobile.substr(7);
// if (x.id == this.defaultId) {
// this.currentAddress = x;
// index = i;
// }
// });
// if (index != -1) {
// this.list.splice(index, 1);
// }
// }
// );
}, },
}, },
}; };
......
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
height: 15px; height: 15px;
} }
.rechargeStyle .balance{ .rechargeStyle .balance{
background-image: url(../../static/images/icon/icon-balance-recharge-bg.png); background-image: url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-balance-recharge-bg.png');
background-repeat:no-repeat; background-repeat:no-repeat;
background-size: 100% 90px; background-size: 100% 90px;
margin-top: 30rpx; margin-top: 30rpx;
......
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
></u-tabs> ></u-tabs>
<u-empty v-if="g.length == 0" text="暂无相关卡券" mode="order"></u-empty> <u-empty v-if="g.length == 0" text="暂无相关卡券" mode="order"></u-empty>
<!-- <error v-if="g.length == 0" type="2" ></error> -->
<view <view
v-if="g.length > 0" v-if="g.length > 0"
style=" style="
...@@ -127,30 +125,6 @@ export default { ...@@ -127,30 +125,6 @@ export default {
this.isover = false; this.isover = false;
let h = this.apiheader(); let h = this.apiheader();
this.loading = false; this.loading = false;
// this.request(
// {
// url: "",
// header: h,
// data: {
// r: "api/card/user-card",
// status: this.current+1,
// page: this.page,
// },
// },
// (res) => {
// this.loading = false;
// if(res.data.list.length>0){
// this.g = this.g.concat(res.data.list);
// // TODO 这里没返一共多少页 注意下
// // this.page_count = res.data.pagination.page_count;
// // if (this.page_count == 1) {
// // this.isover = true;
// // }
// }
// }
// );
}, },
lower(e) { lower(e) {
if (this.page < this.page_count) { if (this.page < this.page_count) {
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<view class="good-img" @click="clickHandler(cx.GoodsId)"> <view class="good-img" @click="clickHandler(cx.GoodsId)">
<image :src="cx.GoodsImgPath" style="width: 100%; height: 100%;" /> <image :src="cx.GoodsImgPath" style="width: 100%; height: 100%;" />
<!-- 如果此商品售完 --> <!-- 如果此商品售完 -->
<!-- <image src="../../../static/images/icon/plugins-out.png" v-if="item.goods_num==0" <!-- <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/plugins-out.png" v-if="item.goods_num==0"
style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" /> --> style="width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;" /> -->
</view> </view>
<view class="good-info"> <view class="good-info">
......
This diff is collapsed.
This diff is collapsed.
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</view> </view>
</view> </view>
<view class="studyB-lately" @click="gorecord()"> <view class="studyB-lately" @click="gorecord()">
<text style="font-size: 16px;color: #1B1D1E;">最近学习</text> <text style="font-size: 16px;color: #1B1D1E;font-weight: bold;">最近学习</text>
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
<text style="font-size: 12px;color: #999999;">更多</text> <text style="font-size: 12px;color: #999999;">更多</text>
<u-icon name="arrow" size='20' color='#A5A3AB'></u-icon> <u-icon name="arrow" size='20' color='#A5A3AB'></u-icon>
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
</view> </view>
<view style="padding:0 15px;background: #FFF;width: 100%;"> <view style="padding:0 15px;background: #FFF;width: 100%;">
<view class="studyB-lately" @click="gosignup()"> <view class="studyB-lately" @click="gosignup()">
<text style="font-size: 16px;color: #1B1D1E;">报名记录</text> <text style="font-size: 16px;color: #1B1D1E;font-weight: bold;">报名记录</text>
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
<text style="font-size: 12px;color: #999999;">更多</text> <text style="font-size: 12px;color: #999999;">更多</text>
<u-icon name="arrow" size='20' color='#A5A3AB'></u-icon> <u-icon name="arrow" size='20' color='#A5A3AB'></u-icon>
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
import hParse from "@/components/u-parse/parse.vue"; import hParse from "@/components/u-parse/parse.vue";
import auth from "@/components/auth/index.vue"; import auth from "@/components/auth/index.vue";
import uCharts from '../components/u-charts/u-charts.js'; import uCharts from '../components/u-charts/u-charts.min.js';
var _self; var _self;
var canvaLineA=null; var canvaLineA=null;
export default { export default {
......
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