修改app图标和启动页,修改首页轮播不自动轮播的问题,修改首页新闻无法点击的问题,修改跳转商品详情丢失分销信息的问题

This commit is contained in:
gaoxs
2020-05-13 18:52:36 +08:00
parent 4e057e8233
commit 8d036b9012
5 changed files with 57 additions and 4 deletions

View File

@ -1,6 +1,7 @@
<template>
<view class="container">
<view v-if="!token">
<!-- 小程序 -->
<view v-if="$deviceType == 'routine'">
<view class="getUserInfo">
<text>您还未允许微信登录授权请点击下方按钮允许微信授权登录</text>
@ -9,6 +10,7 @@
<button @click="back">取消微信登录授权</button>
</view>
</view>
<!-- app -->
<view v-if="$deviceType == 'app'">
<view class="getUserInfo">
<text>请先登录</text>