static图片网络化
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<div class="pictrue">
|
||||
<img :src="avatar" />
|
||||
</div>
|
||||
<image src="@/static/images/alter.png" class="alter" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/alter.png`" class="alter" />
|
||||
</view>
|
||||
<view class="text">
|
||||
<view class="name line1">{{ userInfo.nickname }}</view>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<view class="register absolute">
|
||||
<view class="shading">
|
||||
<view class="pictrue acea-row row-center-wrapper">
|
||||
<image src="@/static/images/logo.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/logo.png`" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="whiteBg">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<view class="register absolute">
|
||||
<view class="shading">
|
||||
<view class="pictrue acea-row row-center-wrapper">
|
||||
<image src="@/static/images/logo.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/logo.png`" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="whiteBg">
|
||||
|
@ -63,35 +63,35 @@
|
||||
<view class="orderState acea-row row-middle">
|
||||
<view @click="goMyOrder(0)" class="item">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/dfk.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/dfk.png`" />
|
||||
<text class="order-status-num" v-if="userInfo.orderStatusNum.unpaidCount > 0">{{ userInfo.orderStatusNum.unpaidCount }}</text>
|
||||
</view>
|
||||
<view>待付款</view>
|
||||
</view>
|
||||
<view @click="goMyOrder(1)" class="item">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/dfh.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/dfh.png`" />
|
||||
<text class="order-status-num" v-if="userInfo.orderStatusNum.unshippedCount > 0">{{ userInfo.orderStatusNum.unshippedCount }}</text>
|
||||
</view>
|
||||
<view>待发货</view>
|
||||
</view>
|
||||
<view @click="goMyOrder(2)" class="item">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/dsh.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/dsh.png`" />
|
||||
<text class="order-status-num" v-if="userInfo.orderStatusNum.receivedCount > 0">{{ userInfo.orderStatusNum.receivedCount }}</text>
|
||||
</view>
|
||||
<text>待收货</text>
|
||||
</view>
|
||||
<view @click="goMyOrder(3)" class="item">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/dpj.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/dpj.png`" />
|
||||
<text class="order-status-num" v-if="userInfo.orderStatusNum.evaluatedCount > 0">{{ userInfo.orderStatusNum.evaluatedCount }}</text>
|
||||
</view>
|
||||
<text>待评价</text>
|
||||
</view>
|
||||
<view @click="goReturnList()" class="item">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/sh.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/sh.png`" />
|
||||
<text class="order-status-num" v-if="userInfo.orderStatusNum.refundCount > 0">{{ userInfo.orderStatusNum.refundCount }}</text>
|
||||
</view>
|
||||
<text>售后/退款</text>
|
||||
|
@ -21,19 +21,19 @@
|
||||
<view class="nav acea-row row-middle">
|
||||
<view class="item" @click="goUserBill(0)">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/record1.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/record1.png`" />
|
||||
</view>
|
||||
<view>账单记录</view>
|
||||
</view>
|
||||
<view class="item" @click="goUserBill(1)">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/record2.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/record2.png`" />
|
||||
</view>
|
||||
<view>消费记录</view>
|
||||
</view>
|
||||
<view class="item" @click="goUserBill(2)" v-if="is_hide=='0'">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/record3.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/record3.png`" />
|
||||
</view>
|
||||
<view>充值记录</view>
|
||||
</view>
|
||||
|
@ -65,7 +65,7 @@
|
||||
<Recommend></Recommend>
|
||||
<view class="growthValue" :class="growthValue === false ? 'on' : ''">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/value.jpg" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/value.jpg`" />
|
||||
<text class="iconfont icon-guanbi3" @click="growthTap"></text>
|
||||
</view>
|
||||
<view class="conter">{{ illustrate }}</view>
|
||||
|
@ -5,7 +5,7 @@
|
||||
ref="container"
|
||||
>
|
||||
<view class="line" v-if="addressList.length > 0">
|
||||
<image src="@/static/images/line.jpg" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/line.jpg`" />
|
||||
</view>
|
||||
<view class="item" v-for="(item, addressListIndex) in addressList" :key="addressListIndex">
|
||||
<view class="address">
|
||||
@ -53,7 +53,7 @@
|
||||
<Loading :loaded="loadend" :loading="loading"></Loading>
|
||||
<view class="noCommodity" v-if="addressList.length < 1 && page > 1">
|
||||
<view class="noPictrue">
|
||||
<image src="@/static/images/noAddress.png" class="image" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/noAddress.png`" class="image" />
|
||||
</view>
|
||||
</view>
|
||||
<view style="height:100rpx;"></view>
|
||||
|
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<view ref="container">
|
||||
<image src="@/static/images/banner_coupon.png" mode="widthFix" class="tui-coupon-banner"></image>
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/banner_coupon.png`" mode="widthFix" class="tui-coupon-banner"></image>
|
||||
<view class="tui-coupon-list">
|
||||
<view class="tui-coupon-item tui-top20" v-for="(item, index) in couponsList" :key="index">
|
||||
<image src="@/static/images/bg_coupon_3x.png" class="tui-coupon-bg" mode="widthFix"></image>
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/bg_coupon_3x.png`" class="tui-coupon-bg" mode="widthFix"></image>
|
||||
<view class="tui-coupon-item-left">
|
||||
<view class="tui-coupon-price-box" :class="{ 'tui-color-grey': item.isUse }">
|
||||
<view class="tui-coupon-price-sign">¥</view>
|
||||
@ -45,7 +45,7 @@
|
||||
<!--暂无优惠券-->
|
||||
<view class="noCommodity" v-if="couponsList.length === 0 && page > 1">
|
||||
<view class="noPictrue">
|
||||
<image src="@/static/images/noCoupon.png" class="image" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/noCoupon.png`" class="image" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -24,7 +24,7 @@
|
||||
<!--暂无优惠券-->
|
||||
<view class="noCommodity" v-if="couponsList.length === 0 && loading === true">
|
||||
<view class="noPictrue">
|
||||
<image src="@/static/images/noCoupon.png" class="image" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/noCoupon.png`" class="image" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="cash-audit">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/examine.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/examine.png`" />
|
||||
</view>
|
||||
<view class="tip">提现申请已提交,等待人工审核</view>
|
||||
<view class="time">{{ time }}</view>
|
||||
|
@ -30,21 +30,21 @@
|
||||
<view class="sortNav acea-row row-middle" :class="fixedState === true ? 'on' : ''">
|
||||
<view class="sortItem" @click="sort('childCount')">
|
||||
团队排序
|
||||
<image src="@/static/images/sort1.png" v-if="childCount == 1" />
|
||||
<image src="@/static/images/sort2.png" v-if="childCount == 2" />
|
||||
<image src="@/static/images/sort3.png" v-if="childCount == 3" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/sort1.png`" v-if="childCount == 1" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/sort2.png`" v-if="childCount == 2" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/sort3.png`" v-if="childCount == 3" />
|
||||
</view>
|
||||
<view class="sortItem" @click="sort('numberCount')">
|
||||
金额排序
|
||||
<image src="@/static/images/sort1.png" v-if="numberCount == 1" />
|
||||
<image src="@/static/images/sort2.png" v-if="numberCount == 2" />
|
||||
<image src="@/static/images/sort3.png" v-if="numberCount == 3" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/sort1.png`" v-if="numberCount == 1" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/sort2.png`" v-if="numberCount == 2" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/sort3.png`" v-if="numberCount == 3" />
|
||||
</view>
|
||||
<view class="sortItem" @click="sort('orderCount')">
|
||||
订单排序
|
||||
<image src="@/static/images/sort1.png" v-if="orderCount == 1" />
|
||||
<image src="@/static/images/sort2.png" v-if="orderCount == 2" />
|
||||
<image src="@/static/images/sort3.png" v-if="orderCount == 3" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/sort1.png`" v-if="orderCount == 1" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/sort2.png`" v-if="orderCount == 2" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/sort3.png`" v-if="orderCount == 3" />
|
||||
</view>
|
||||
</view>
|
||||
<view :class="fixedState === true ? 'sortList' : ''">
|
||||
|
@ -52,7 +52,7 @@
|
||||
</view>
|
||||
<!--<view class="list2" :hidden="current !== 1">-->
|
||||
<!--<view class="item acea-row row-between-wrapper" @click="goHome()">-->
|
||||
<!--<view class="pictrue"><image src="@/static/images/score.png" /></view>-->
|
||||
<!--<view class="pictrue"><image :src="`${$VUE_APP_RESOURCES_URL}/images/score.png`" /></view>-->
|
||||
<!--<view class="name">购买商品可获得积分奖励</view>-->
|
||||
<!--<view class="earn">赚积分</view>-->
|
||||
<!--</view>-->
|
||||
@ -60,7 +60,7 @@
|
||||
<!--class="item acea-row row-between-wrapper"-->
|
||||
<!--@click="goSignIn()"-->
|
||||
<!-->-->
|
||||
<!--<view class="pictrue"><image src="@/static/images/score.png" /></view>-->
|
||||
<!--<view class="pictrue"><image :src="`${$VUE_APP_RESOURCES_URL}/images/score.png`" /></view>-->
|
||||
<!--<view class="name">每日签到可获得积分奖励</view>-->
|
||||
<!--<view class="earn">赚积分</view>-->
|
||||
<!--</view>-->
|
||||
|
@ -54,7 +54,7 @@
|
||||
</view>
|
||||
<view class="signTip acea-row row-center-wrapper" :class="active === true ? 'on' : ''">
|
||||
<view class="signTipLight loadingpic">
|
||||
<image src="@/static/images/light.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/light.png`" />
|
||||
</view>
|
||||
<view class="signTipCon">
|
||||
<view class="state">签到成功</view>
|
||||
|
Reference in New Issue
Block a user