123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113 |
- <template>
- <mobile-frame>
- <view class="main">
- <view class="one">
- <scroll-view scroll-y="true" class="scroll-view">
- <view class="list-scroll-view">
- <view class="one_1">
- <banner_1 :goodsInfo="info.goods" :goodsColect="goodsColect" @toGoodscolect="toGoodscolect">
- </banner_1>
- </view>
- <view class="one_2">
- <text class="money_1"
- v-if="infospecs.leader_price"><text>会员价¥</text>{{infospecs.leader_price||0}}</text>
- <text class="money" v-if="infospecs.price"><text>特价¥</text>{{infospecs.price||0}}</text>
- <text class="money"
- v-if="!infospecs.price&&!infospecs.leader_price"><text>¥</text>{{infospecs.sell_money||0}}</text>
- <text class="money"><text>¥</text>{{infospecs.flow_money||0}}</text>
- </view>
- <view class="one_3" v-if="discount">
- <text v-if="discount.full_decrement&&discount.full_decrement.length>0" class="act"
- v-for="(item,index) in discount.full_decrement" :key="index">{{item}}</text>
- <text v-if="discount.full_fold&&discount.full_decrement.length>0" class="act"
- v-for="(item,index) in discount.full_fold" :key="index">{{item}}</text>
- </view>
- <view class="one_4">
- <text class="num">已售{{info.goods&&info.goods.sell_num||0}}件</text>
- </view>
- <view class="one_5">
- <view class="name">
- {{info.goods&&info.goods.name}}
- </view>
- <view class="brief">
- {{info.goods&&info.goods.shot_brief||''}}
- </view>
- <view class="money">
- <!-- <text>运费{{infospecs.freight||'包邮'}}元</text> -->
- <text>{{info.goods&&info.goods.send_time}}内发货</text>
- </view>
- </view>
- <view class="one_6" @tap="toActivity">
- <view class="l">
- <text>{{info.act&&info.act.length>0?`活动`:`暂无活动`}}</text>
- </view>
- <view class="r">
- <text class="iconfont icon-jiantouyou"></text>
- </view>
- </view>
- <view class="one_6" @tap="toSpec">
- <view class="l">
- 选择规格
- </view>
- <view class="r">
- <text class="iconfont icon-jiantouyou"></text>
- </view>
- </view>
- <view class="one_6" @tap="toEvaluate">
- <view class="l">
- <text>{{evaluate_num>0?`商品评价(${evaluate_num})`:`暂无评价`}}</text>
- </view>
- <view class="r">
- <text class="iconfont icon-jiantouyou"></text>
- </view>
- </view>
- <view class="one_7" v-if="info.sets&&info.sets.length>0" @tap="toSets">
- <view class="one_7_1">
- 优惠套装<text>({{info.sets.length||0}})</text>
- </view>
- <view class="one_7_2">
- <view class="image" v-for="(set,index) in info.sets[0].set" :key="index">
- <image class="image" :src="set.file&&set.file.length>0?set.file[0].url:''"
- mode="aspectFit">
- </image>
- </view>
- <view class="money">
- <view class="money_1">共{{info.sets[0].goods_total}}件</view>
- <view class="money_2">¥{{info.sets[0].sell_money}}</view>
- </view>
- </view>
- </view>
- <view class="one_8">
- <view class="one_8_1">
- <view class="shop_1">
- <image class="image"
- :src="info.shop&&info.shop.logo&&info.shop.logo.length>0?info.shop.logo[0].url:''"
- mode="aspectFit"></image>
- </view>
- <view class="shop_2">
- <view class="name">{{info.shop&&info.shop.name}}</view>
- <view class="num"><text>宝贝数:</text>{{info.shop&&info.shop.goods_num||0}}</view>
- </view>
- </view>
- <view class="one_8_2">
- <view class="score_1">
- <text>商品:</text>
- <text>{{info.shop&&info.shop.goods_score||5}}</text>
- <text>|</text>
- </view>
- <view class="score_1">
- <text>发货:</text>
- <text>{{info.shop&&info.shop.send_score||5}}</text>
- <text>|</text>
- </view>
- <view class="score_1">
- <text>服务:</text>
- <text>{{info.shop&&info.shop.service_score||5}}</text>
- </view>
- </view>
- <view class="one_8_3">
- <view class="btn">
- <button size="mini" @tap="toShop">进入店铺</button>
- </view>
- <view class="btn">
- <button size="mini" @tap="toShopcolect">{{shopColect==true?'已关注':'关注'}}</button>
- </view>
- </view>
- </view>
- <view class="one_9">
- <rich-text :nodes="info.goods&&info.goods.brief"></rich-text>
- </view>
- </view>
- </scroll-view>
- </view>
- <view class="two">
- <uni-goods-nav :options="options" :button-group="buttonGroup" @click="toNavleft"
- @buttonClick="toNavright" />
- </view>
- </view>
- <!-- 跳转菜单 -->
- <view class="bar_1">
- <text @tap="toMenubar" class="iconfont icon-gengduo"></text>
- </view>
- <view class="bar_2" v-if="is_menu">
- <view class="list" v-for="(item,index) in barList" :key="index" v-if="item.is_use=='0'"
- @click="toPath(item)">
- <image class="image" :src="item.normal&&item.normal.length>0?item.normal[0].url:''"></image>
- <text class="name"> {{item.name}}</text>
- </view>
- </view>
- <!-- 规格 -->
- <uni-popup ref="specShow" background-color="#fff" type="bottom" :is-mask-click="false">
- <view class="popup">
- <view class="close">
- <text @click="toClose" class="iconfont icon-shanchu"></text>
- </view>
- <specs_1 :info="info" :specsInfo="specsInfo" :btn_type="btn_type" :is_zero="is_zero" :buy_num="buy_num"
- :popupShow="popupShow" :is_specs="is_specs" @diaView="diaView" @toSpecs="toSpecs" @toCount="toCount"
- @toMarket="toMarket" @toBuy="toBuy" @toGroup="toGroup" @diaSpecs="diaSpecs"
- @toSetMarket="toSetMarket" @toAct="toAct" @toDeatil="toDeatil">
- </specs_1>
- </view>
- </uni-popup>
- <!-- 弹框 -->
- <view class="dialog" v-if="dialog.show==true" @tap="dialogClose">
- <view class="dialog_1" v-if="dialog.type=='1'">
- <dialog_1 :info="info" :is_specs="is_specs" @diaSpecs="diaSpecs"></dialog_1>
- </view>
- </view>
- </mobile-frame>
- </template>
- <script>
- import banner_1 from './components/banner_1.vue';
- import specs_1 from './components/specs_1.vue';
- import dialog_1 from './components/dialog_1.vue';
- export default {
- components: {
- banner_1,
- specs_1,
- dialog_1
- },
- data() {
- return {
- // 系统设置
- config: {},
- // 商品id
- id: '',
- // 分享人id
- inviter: '',
- // 当前用户信息
- user: {},
- // 是否关注商品
- goodsColect: false,
- // 是否关注店铺
- shopColect: false,
- // 评价数
- evaluate_num: 0,
- // 商品详情
- info: {},
- // 规格
- infospecs: {},
- // 优惠
- discount: {},
- // 底部菜单
- options: [{
- icon: 'headphones',
- text: '客服',
- type: 'chat',
- route: 'pagesMessage/message/info',
- }, {
- icon: 'shop',
- text: '店铺',
- type: 'shop',
- route: 'pagesHome/shop/index',
- },
- {
- icon: 'cart',
- text: '购物车',
- type: 'market',
- route: 'pages/market/index',
- },
- ],
- buttonGroup: [{
- text: '加入购物车',
- backgroundColor: 'linear-gradient(90deg, var(--f3CColor), var(--f3CColor))',
- color: '#fff',
- type: '0'
- },
- {
- text: '立即购买',
- backgroundColor: 'linear-gradient(90deg, var(--fFB1Color), var(--fFB1Color))',
- color: '#fff',
- type: '1'
- }
- ],
- // 系统菜单
- barList: [],
- is_menu: false,
- // 规格弹框
- popupShow: '1',
- // 规格信息
- is_specs: 0,
- btn_type: '1',
- specsInfo: {},
- // 是否零库存
- is_zero: false,
- // 商品设置
- group_config: [],
- // 限制说明
- buyList: [],
- // 购买数量
- buy_num: 1,
- // 规格弹出框
- dialog: {
- show: false,
- type: '1'
- },
- };
- },
- onLoad: async function(e) {
- const that = this;
- that.$set(that, `id`, e.id || '');
- that.$set(that, `inviter`, e.inviter || '');
- await that.searchConfig();
- await that.search();
- await that.configShare();
- },
- onShow: async function() {
- const that = this;
- await that.watchLogin();
- },
- onUnload: function() {
- // 页面卸载,重新部署分享内容
- const that = this;
- if (that.config) {
- // 赋值默认值
- that.$config.share = {
- title: that.config.title,
- path: '/pages/index/index',
- imageUrl: that.config.config.share[0].url
- }
- }
- },
- methods: {
- // 查询系统设置
- searchConfig() {
- const that = this;
- uni.getStorage({
- key: 'config',
- success: function(res) {
- let data = res.data;
- that.$set(that, `config`, data);
- if (data.bottom_menu && data.bottom_menu.list.length > 0) {
- let list = data.bottom_menu.list.sort((a, b) => {
- return a.sort - b.sort
- });
- that.$set(that, `barList`, list)
- }
- }
- })
- },
- // 查询用户信息
- watchLogin() {
- const that = this;
- uni.getStorage({
- key: 'token',
- success: async function(res) {
- let user = that.$jwt(res.data);
- if (user) that.$set(that, `user`, user);
- },
- fail: function(err) {
- console.log('暂无用户信息');
- }
- })
- },
- // 查询其他信息
- async searchOther() {
- const that = this;
- let user = that.user;
- let res;
- // 是否关注商品
- res = await that.$api(`/storeGoods/check`, `GET`, {
- customer: user._id,
- goods: that.id
- });
- if (res.errcode == '0') that.$set(that, `goodsColect`, res.data);
- // 是否关注店铺
- res = await that.$api(`/storeShop/check`, `GET`, {
- customer: user._id,
- shop: that.info?.shop?._id
- });
- if (res.errcode == '0') that.$set(that, `shopColect`, res.data);
- // 商品设置
- res = await that.$api(`/goodsConfig`, `GET`, {
- goods: that.id,
- shop: that.info?.shop?._id
- }, 'group');
- if (res.errcode == '0' && res.total > 0) that.$set(that, `group_config`, res.data);
- // 限制说明
- res = await that.$api(`/dictData`, 'GET', {
- code: "buy_limit"
- });
- if (res.errcode == '0') that.$set(that, `buyList`, res.data)
- },
- // 查询商品信息
- async search() {
- const that = this;
- let id = that.id;
- if (id) {
- let res;
- res = await that.$api(`/viewGoods/goodsDetail`, `POST`, {
- id: id
- });
- if (res.errcode == '0') {
- let data = res.data;
- if (data.goods.brief) data.goods.brief = data.goods.brief.replace(/\<img/gi,
- '<img class="rich-img"');
- // 特价
- let act;
- act = data.act.find(i => i.type == '3')
- if (act) {
- for (let val of act.list) {
- for (let [index, arr] of data.specs.entries()) {
- if (val.spec == arr._id) arr.price = val.price
- }
- }
- }
- // 显示最低价格的规格信息,不考虑库存问题
- if (data.specs && data.specs.length > 0) {
- data.specs = data.specs.filter(i => i.status == '0');
- data.specs.sort((a, b) => {
- return b.sort - a.sort
- })
- const lowPrice = Math.min.apply(Math, data.specs.map(item => item.price || item
- .sell_money))
- let indexSpecs = data.specs.find(i => i.price == lowPrice || i.sell_money == lowPrice)
- // 规格排序
- // let indexSpecs = data.specs.sort(function(a, b) {
- // // return a.sort - b.sort
- // let i, j;
- // if (a.price) i = 'price'
- // else i = 'sell_money'
- // if (b.price) j = 'price'
- // else j = 'sell_money'
- // return a[i] - b[j];
- // })
- // console.log(indexSpecs);
- that.$set(that, `infospecs`, indexSpecs)
- }
- that.$set(that, `info`, data);
- // 优惠
- act = data.act.find(i => i.type == '5')
- if (act) that.$set(that.discount, `full_decrement`, act.text.split(';'));
- act = data.act.find(i => i.type == '6')
- if (act) that.$set(that.discount, `full_fold`, act.text.split(';'));
- await that.searchOther();
- // 查询规格
- // await that.searchSpecs(data.specs);
- await that.searchSpecs(data.specs, that.infospecs);
- // 查询评价数
- await that.searchRate(data);
- }
- } else {
- uni.showToast({
- title: '暂无商品信息',
- icon: 'none'
- })
- }
- },
- // 查询规格
- searchSpecs(e, data) {
- const that = this;
- if (e.length > 0) {
- // let data = e.find(i => i.num > 0);
- let dataIndex = e.findIndex(i => i._id == data._id);
- if (data) {
- let specsInfo = that.group_config.find(i => i.spec._id == data._id)
- if (specsInfo?._id && that.user.is_leader == '0') data.can_group = '0'
- else data.can_group = '1'
- let limit = that.buyList.find((i) => i.value == data.buy_limit);
- if (limit) data.buy_name = limit.label
- that.$set(that, `specsInfo`, data);
- that.$set(that, `is_specs`, dataIndex);
- }
- }
- },
- // 查询评价数
- async searchRate(e) {
- const that = this;
- let res = await that.$api(`/goodsRate`, `GET`, {
- limit: 1,
- goods: e.goods._id
- })
- if (res.errcode == '0') that.$set(that, `evaluate_num`, res.total);
- },
- // 关注商品
- async toGoodscolect() {
- const that = this;
- let user = that.user;
- if (user && user._id) {
- let res = await that.$api(`/storeGoods`, `POST`, {
- customer: user._id,
- goods: that.id
- });
- if (res.errcode == '0') {
- uni.showToast({
- title: res.data.msg,
- icon: 'none'
- })
- that.$set(that, `goodsColect`, res.data.result)
- }
- } else {
- uni.showToast({
- title: '暂无账号,无法收藏商品',
- icon: 'none'
- })
- }
- },
- // 活动说明
- toActivity() {
- const that = this;
- if (that.info.act.length > 0) {
- that.$set(that, `popupShow`, '2')
- that.$refs.specShow.open();
- }
- },
- // 活动说明
- toActivity() {
- const that = this;
- if (that.info.act.length > 0) {
- that.$set(that, `popupShow`, '2')
- that.$refs.specShow.open();
- }
- },
- // 选择规格
- toSpec() {
- const that = this;
- this.$set(that, `popupShow`, '1')
- that.$refs.specShow.open();
- },
- // 选择规格
- toSpecs(e) {
- const that = this;
- let specs = that.info.specs;
- let dataIndex = specs.findIndex(i => i._id == e._id);
- that.$set(that, `is_specs`, dataIndex);
- let specsInfo = that.group_config.find(i => i.spec._id == e._id)
- if (specsInfo?._id && that.user.is_leader == '0') e.can_group = '0'
- else e.can_group = '1'
- let limit = that.buyList.find((i) => i.value == e.buy_limit);
- if (limit) e.buy_name = limit.label
- that.$set(that, `specsInfo`, e)
- that.$set(that, `buy_num`, 1);
- if (e.num <= 0) that.$set(that, `is_zero`, true)
- else that.$set(that, `is_zero`, false)
- },
- // 评价
- toEvaluate() {
- const that = this;
- uni.navigateTo({
- url: `/pagesHome/order/appraise?id=${that.info.goods._id}`
- })
- },
- // 查看套装
- toSets() {
- const that = this;
- if (that.info.sets.length > 0) {
- that.$set(that, `popupShow`, '3')
- that.$refs.specShow.open();
- }
- },
- // 套装详情
- toDeatil(e) {
- const that = this;
- uni.navigateTo({
- url: `/pagesHome/order/detail?id=${e.goods}`
- })
- },
- // 进入店铺
- toShop() {
- const that = this;
- let info = that.info;
- uni.navigateTo({
- url: `/pagesHome/shop/index?id=${info.shop._id}`
- })
- },
- // 关注店铺
- async toShopcolect() {
- const that = this;
- let user = that.user;
- if (user && user._id) {
- let res = await that.$api(`/storeShop`, `POST`, {
- customer: user._id,
- shop: that.info.shop._id
- });
- if (res.errcode == '0') {
- uni.showToast({
- title: res.data.msg,
- icon: 'none'
- })
- that.$set(that, `shopColect`, res.data.result)
- }
- } else {
- uni.showToast({
- title: '暂无账号,无法关注商铺',
- icon: 'none'
- })
- }
- },
- // 关闭弹框
- toClose() {
- const that = this;
- that.$set(that, `btn_type`, '1');
- that.$refs.specShow.close();
- },
- // 规格预览
- diaView() {
- const that = this;
- that.$set(that, `dialog`, {
- show: true,
- type: '1'
- })
- },
- // 计数器
- toCount(e) {
- const that = this;
- that.$set(that, `buy_num`, e)
- },
- // 立即购买
- async toBuy() {
- const that = this;
- let user = that.user;
- let info = that.info;
- let specsInfo = that.specsInfo;
- let act = that.info.act.map(item => {
- return item._id
- })
- if (user && user._id) {
- let obj = [{
- customer: user._id,
- shop: info.shop._id,
- goods: info.goods._id,
- goodsSpec: specsInfo._id,
- num: that.buy_num,
- inviter: that.inviter,
- act
- }]
- let res = await that.$api(`/util/checkCanBuy`, 'POST', obj)
- if (res.errcode == '0') {
- if (res.data.result == true) {
- uni.navigateTo({
- url: `/pagesHome/order/order?key=${res.data.key}`
- })
- } else {
- uni.showToast({
- title: res.data.msg,
- icon: 'none',
- duration: 5000
- })
- }
- } else {
- uni.showToast({
- title: res.errmsg,
- icon: 'none'
- })
- }
- } else {
- uni.navigateTo({
- url: `/pages/login/index`
- })
- }
- },
- // 加入购物车
- async toMarket() {
- const that = this;
- let user = that.user;
- let info = that.info;
- let specsInfo = that.specsInfo;
- if (user && user._id) {
- let obj = {
- customer: user._id,
- shop: info.shop._id,
- goods: info.goods._id,
- goodsSpec: specsInfo._id,
- num: that.buy_num,
- inviter: that.inviter
- }
- let res = await that.$api(`/cart`, 'POST', obj)
- if (res.errcode == '0') {
- uni.showToast({
- title: `加入购物车成功`,
- icon: 'none'
- })
- that.toClose();
- } else {
- uni.showToast({
- title: res.errmsg,
- icon: 'none'
- })
- }
- } else {
- uni.navigateTo({
- url: `/pages/login/index`
- })
- }
- },
- // 开团
- toGroup() {
- const that = this;
- uni.navigateTo({
- url: `/pagesHome/group/index?shop=${that.info?.shop?._id}&goods=${that.id}`
- })
- },
- // 查看活动
- toAct(item) {
- uni.navigateTo({
- url: `/pagesRest/activity/info?id=${item._id}`
- })
- },
- // 店铺,购物车,客服
- async toNavleft(e) {
- const that = this;
- if (e.content.type == 'shop') {
- that.toShop();
- } else if (e.content.type == 'market') {
- let obj = {
- route: e.content.route
- }
- that.toPath(obj)
- } else { //客服
- if (that.user._id) {
- let form = {
- "customer": that.user && that.user._id,
- "shop": that.info && that.info.shop && that.info.shop._id
- }
- // 查询该用户与该店铺是否有房间
- let arr = await that.$api(`/room`, `GET`, form, 'chat');
- if (arr.errcode == '0' && arr.total > 0) { //有直接进入
- if (arr.data) {
- uni.navigateTo({
- url: `/pagesMessage/message/info?id=${arr.data[0]._id}&goods=${that.id}`
- })
- }
- } else { //没有创建进入
- uni.navigateTo({
- url: `/pagesMessage/message/info?shop=${form.shop}&goods=${that.id}`
- })
- }
- } else {
- uni.showToast({
- title: '未登录账号,无法联系客服',
- icon: 'none'
- })
- }
- }
- },
- // 关闭弹框
- dialogClose() {
- const that = this;
- that.$set(that, `dialog`, {
- show: false,
- type: '1'
- })
- },
- // 弹框选择规格
- diaSpecs(e) {
- const that = this;
- let specs = that.info.specs;
- let index = e.detail.current;
- let data = specs[index];
- that.$set(that, `is_specs`, index);
- that.$set(that, `specsInfo`, data);
- that.$set(that, `buy_num`, 1);
- if (data.num <= 0) that.$set(that, `is_zero`, true)
- else that.$set(that, `is_zero`, false)
- },
- // 套装加入购物车
- async toSetMarket(e) {
- const that = this;
- let user = that.user;
- if (user && user._id) {
- let obj = {
- customer: user._id,
- set_id: e._id,
- is_set: '0',
- num: 1,
- }
- let res = await that.$api(`/cart`, 'POST', obj)
- if (res.errcode == '0') {
- uni.showToast({
- title: `加入购物车成功`,
- icon: 'none'
- })
- that.toClose();
- } else {
- uni.showToast({
- title: res.errmsg,
- icon: 'none'
- })
- }
- } else {
- uni.navigateTo({
- url: `/pages/login/index`
- })
- }
- },
- // 加入购物车,立即购买
- toNavright(e) {
- const that = this;
- that.$set(that, `popupShow`, '1');
- that.$set(that, `btn_type`, e.content.type);
- that.$refs.specShow.open();
- },
- // 配置分享内容
- configShare() {
- const that = this;
- let id = that.id;
- let inviter = that.user && that.user._id ? that.user._id : '';
- let title = that.info && that.info.goods ? that.info.goods.name : '';
- let imageUrl = that.info && that.info.goods ? that.info.goods.file[0].url : '';
- that.$config.share = {
- title: title,
- path: `/pagesHome/order/detail?id=${id}&inviter=${inviter}`,
- imageUrl: imageUrl
- }
- },
- // 右侧菜单
- toMenubar() {
- const that = this;
- that.$set(that, `is_menu`, that.is_menu ? false : true)
- },
- toPath(e) {
- let url = `/${e.route}`;
- uni.reLaunch({
- url
- })
- },
- }
- }
- </script>
- <style lang="scss">
- .main {
- display: flex;
- flex-direction: column;
- width: 100vw;
- height: 100vh;
- .one {
- position: relative;
- flex-grow: 1;
- .one_2 {
- border-bottom: 0.5vw solid var(--f9Color);
- padding: 2vw;
- .money_1 {
- color: #23B67A;
- font-size: 20px;
- padding: 0 1vw 0 0;
- font-weight: bold;
- text {
- font-size: 14px;
- }
- }
- .money {
- font-size: 20px;
- padding: 0 1vw 0 0;
- color: var(--fFB1Color);
- font-weight: bold;
- text {
- font-size: 14px;
- }
- }
- .money:last-child {
- font-size: 16px;
- color: #858585;
- text-decoration: line-through;
- }
- }
- .one_3 {
- display: flex;
- flex-wrap: wrap;
- padding: 1vw;
- border-bottom: 0.5vw solid var(--f9Color);
- .act {
- font-size: 12px;
- border: 1px solid var(--fFB1Color);
- margin: 0 1vw 1vw 0;
- color: var(--fFB1Color);
- border-radius: 6px;
- padding: 0 1vw;
- }
- .num {
- font-size: 12px;
- color: #858585;
- }
- }
- .one_4 {
- display: flex;
- flex-wrap: wrap;
- padding: 1vw;
- border-bottom: 0.5vw solid var(--f9Color);
- .num {
- font-size: 12px;
- color: #858585;
- }
- }
- .one_5 {
- border-bottom: 0.5vw solid var(--f9Color);
- padding: 2vw;
- .name {
- font-size: 17px;
- font-weight: bold;
- margin: 0 0 2vw 0;
- }
- .brief {
- font-size: 14px;
- color: #858585;
- margin: 0 0 1vw 0;
- }
- .money {
- font-size: 13px;
- color: #858585;
- text {
- padding: 0 2vw 0 0;
- }
- }
- }
- .one_6 {
- display: flex;
- justify-content: space-between;
- padding: 2vw;
- border-bottom: 0.5vw solid var(--f9Color);
- font-size: 14px;
- }
- .one_7 {
- padding: 2vw;
- border-bottom: 2vw solid var(--f9Color);
- border-top: 1vw solid var(--f9Color);
- .one_7_1 {
- padding: 2vw 0;
- font-size: 14px;
- text {
- padding: 0 0 0 1vw;
- font-size: 12px;
- color: #858585;
- }
- }
- .one_7_2 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 2vw;
- border-radius: 5px;
- background-color: var(--f9Color);
- .image {
- width: 20vw;
- height: 20vw;
- .image {
- width: 100%;
- height: 100%;
- border-radius: 5px;
- background-color: #fff;
- }
- }
- .money {
- text-align: center;
- .money_1 {
- font-size: 12px;
- color: #858585;
- }
- .money_2 {
- font-size: 12px;
- color: var(--fFB1Color);
- }
- }
- }
- }
- .one_8 {
- padding: 2vw;
- border-bottom: 0.5vw solid var(--f9Color);
- .one_8_1 {
- margin: 0 0 1vw 0;
- display: flex;
- .shop_1 {
- width: 15vw;
- height: 15vw;
- border: 1px solid #f1f1f1;
- .image {
- width: 100%;
- height: 100%;
- }
- }
- .shop_2 {
- width: 78vw;
- padding: 0 0 0 2vw;
- .name {
- font-size: 14px;
- margin: 0 0 1vw 0;
- }
- .num {
- font-size: 12px;
- color: #858585;
- text:last-child {
- color: #000;
- }
- }
- }
- }
- .one_8_2 {
- margin: 0 0 2vw 0;
- display: flex;
- justify-content: space-between;
- padding: 2vw 0;
- .score_1 {
- width: 33vw;
- text-align: center;
- font-size: 14px;
- color: #858585;
- text:nth-child(2) {
- color: var(--fFB1Color);
- }
- text:nth-child(3) {
- float: right;
- }
- }
- }
- .one_8_3 {
- display: flex;
- justify-content: space-around;
- .btn {
- width: 40vw;
- button {
- width: 100%;
- font-size: 15px;
- }
- }
- }
- }
- .one_9 {
- padding: 2vw;
- .rich-img {
- width: 100% !important;
- display: block;
- }
- }
- }
- .two {
- width: 100vw;
- height: 8vh;
- overflow: hidden;
- }
- }
- .scroll-view {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- .list-scroll-view {
- display: flex;
- flex-direction: column;
- }
- }
- .bar_1 {
- position: fixed;
- right: 2vw;
- bottom: 20vw;
- text {
- background-color: #858585;
- border-radius: 90px;
- font-size: 30px;
- }
- }
- .bar_2 {
- position: fixed;
- right: 2vw;
- bottom: 28vw;
- width: 27vw;
- background: #ffffff;
- padding: 0 2vw;
- box-shadow: 0 0 5px #858585;
- .list {
- display: flex;
- border-bottom: 1px solid #f1f1f1;
- padding: 1vw 0;
- .image {
- width: 8vw;
- height: 8vw;
- }
- .name {
- font-size: 14px;
- position: relative;
- top: 2vw;
- left: 2vw;
- }
- }
- .list:last-child {
- border-bottom: none;
- }
- }
- .uni-popup {
- z-index: 9999 !important;
- }
- .popup {
- display: flex;
- flex-direction: column;
- width: 100vw;
- height: 60vh;
- .close {
- text-align: right;
- padding: 2vw;
- }
- }
- .dialog {
- position: fixed;
- width: 100vw;
- height: 100vh;
- background-color: #000000;
- z-index: 99999;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- </style>
|