Compare commits
46 Commits
custom/272
...
custom/com
| Author | SHA1 | Date | |
|---|---|---|---|
| 23c954981b | |||
| aa2f13f3b2 | |||
| 09c49365a3 | |||
| 40c1d27f02 | |||
| ae5577c0ee | |||
| 04d045e81e | |||
| d1b9e528f8 | |||
| 618babf5bf | |||
| 9a63b5ff4e | |||
| d7b07c974d | |||
| 6358102cae | |||
| 6023b5b65e | |||
| b96b5f0bc3 | |||
| 35aadc7014 | |||
| 4bdbfff7d4 | |||
| 5d34f00b3e | |||
| 548aeed7b7 | |||
| ce13661826 | |||
| d9f0d1987e | |||
| afd002fad3 | |||
| 531dc347f7 | |||
| 405f37a3f6 | |||
| 73f9cb8820 | |||
| b1ebb38c06 | |||
| 60a0e5133e | |||
| 30fef9770a | |||
| 8ef6975ee1 | |||
| be51b30fb4 | |||
| b24f77be1a | |||
| 311efe1ecd | |||
| db8fb25da8 | |||
| 9415f397d2 | |||
| 4da852944e | |||
| 3f666a5e83 | |||
| 94c9d1c556 | |||
| 3acd3870b6 | |||
| bec0a51d81 | |||
| d744e1c16d | |||
| 6a1bf3b5bc | |||
| 526de0d73f | |||
| dcf3703892 | |||
| 6894950b7e | |||
| 781bb8845e | |||
| b70725c104 | |||
| 8dce1058f6 | |||
| 6b6c50ebb8 |
43
.local.config.js
Normal file
43
.local.config.js
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
// 本地调试配置示例文件
|
||||||
|
// 复制此文件并重命名为 local.config.js 以使用自定义本地配置
|
||||||
|
|
||||||
|
const localDevConfig = ({
|
||||||
|
'460': { // 制氧设备平台
|
||||||
|
uniacid: 460,
|
||||||
|
domain: 'https://xcx30.5g-quickapp.com/',
|
||||||
|
},
|
||||||
|
'576-xcx30.5g': { // 活性石灰装备
|
||||||
|
uniacid: 576,
|
||||||
|
domain: 'https://xcx30.5g-quickapp.com/',
|
||||||
|
},
|
||||||
|
'2285': { // 数码喷墨墨水
|
||||||
|
uniacid: 2285,
|
||||||
|
domain: 'https://xcx.aigc-quickapp.com/',
|
||||||
|
},
|
||||||
|
'2811': { // POCT检测分析平台
|
||||||
|
uniacid: 2811,
|
||||||
|
domain: 'https://xcx6.aigc-quickapp.com/',
|
||||||
|
},
|
||||||
|
'2724': { // 生物菌肥
|
||||||
|
uniacid: 2724,
|
||||||
|
domain: 'https://xcx.aigc-quickapp.com/',
|
||||||
|
},
|
||||||
|
'2505': { // 煤矿钻机
|
||||||
|
uniacid: 2505,
|
||||||
|
domain: 'https://xcx.aigc-quickapp.com/',
|
||||||
|
},
|
||||||
|
'2777': { // 养老服务
|
||||||
|
uniacid: 2777,
|
||||||
|
domain: 'https://xcx.aigc-quickapp.com/',
|
||||||
|
},
|
||||||
|
'1': { // 开发平台
|
||||||
|
uniacid: 1,
|
||||||
|
domain: 'https://dev.aigc-quickapp.com',
|
||||||
|
},
|
||||||
|
'1-test': { // 测试平台
|
||||||
|
uniacid: 1,
|
||||||
|
domain: 'https://test.aigc-quickapp.com',
|
||||||
|
},
|
||||||
|
})['2811']; // 选择要使用的环境配置
|
||||||
|
|
||||||
|
export default localDevConfig;
|
||||||
@@ -6,10 +6,30 @@ const localDevConfig = ({
|
|||||||
uniacid: 460,
|
uniacid: 460,
|
||||||
domain: 'https://xcx30.5g-quickapp.com/',
|
domain: 'https://xcx30.5g-quickapp.com/',
|
||||||
},
|
},
|
||||||
|
'576-xcx30.5g': { // 活性石灰装备
|
||||||
|
uniacid: 576,
|
||||||
|
domain: 'https://xcx30.5g-quickapp.com/',
|
||||||
|
},
|
||||||
'2285': { // 数码喷墨墨水
|
'2285': { // 数码喷墨墨水
|
||||||
uniacid: 2285,
|
uniacid: 2285,
|
||||||
domain: 'https://xcx.aigc-quickapp.com/',
|
domain: 'https://xcx.aigc-quickapp.com/',
|
||||||
},
|
},
|
||||||
|
'2811': { // POCT检测分析平台
|
||||||
|
uniacid: 2811,
|
||||||
|
domain: 'https://xcx6.aigc-quickapp.com/',
|
||||||
|
},
|
||||||
|
'2724': { // 生物菌肥
|
||||||
|
uniacid: 2724,
|
||||||
|
domain: 'https://xcx.aigc-quickapp.com/',
|
||||||
|
},
|
||||||
|
'2505': { // 煤矿钻机
|
||||||
|
uniacid: 2505,
|
||||||
|
domain: 'https://xcx.aigc-quickapp.com/',
|
||||||
|
},
|
||||||
|
'2777': { // 养老服务
|
||||||
|
uniacid: 2777,
|
||||||
|
domain: 'https://xcx.aigc-quickapp.com/',
|
||||||
|
},
|
||||||
'1': { // 开发平台
|
'1': { // 开发平台
|
||||||
uniacid: 1,
|
uniacid: 1,
|
||||||
domain: 'https://dev.aigc-quickapp.com',
|
domain: 'https://dev.aigc-quickapp.com',
|
||||||
@@ -18,6 +38,6 @@ const localDevConfig = ({
|
|||||||
uniacid: 1,
|
uniacid: 1,
|
||||||
domain: 'https://test.aigc-quickapp.com',
|
domain: 'https://test.aigc-quickapp.com',
|
||||||
},
|
},
|
||||||
})['2285']; // 选择要使用的环境配置
|
})['2811']; // 选择要使用的环境配置
|
||||||
|
|
||||||
export default localDevConfig;
|
export default localDevConfig;
|
||||||
7
App.vue
7
App.vue
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
mixins: [auth],
|
mixins: [auth],
|
||||||
onLaunch: function(options) {
|
onLaunch: async function(options) {
|
||||||
// 方式:支持快应用,从url中query部分获取uniacid,或useragent中获取uniacid
|
// 方式:支持快应用,从url中query部分获取uniacid,或useragent中获取uniacid
|
||||||
if(options.query.uniacid){
|
if(options.query.uniacid){
|
||||||
uni.setStorageSync('uniacid', options.query.uniacid);
|
uni.setStorageSync('uniacid', options.query.uniacid);
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
if (uni.getSystemInfoSync().platform == 'ios') {
|
if (this.$util.getDeviceInfo().platform == 'ios') {
|
||||||
uni.setStorageSync('initUrl', location.href);
|
uni.setStorageSync('initUrl', location.href);
|
||||||
}
|
}
|
||||||
// #endif
|
// #endif
|
||||||
@@ -61,7 +61,8 @@
|
|||||||
|
|
||||||
// 主题风格
|
// 主题风格
|
||||||
if (uni.getStorageSync('themeStyle')) {
|
if (uni.getStorageSync('themeStyle')) {
|
||||||
this.$store.commit('setThemeStyle', configExternal.loadThemeSync(uni.getStorageSync('themeStyle')));
|
const themeData = await configExternal.loadTheme(uni.getStorageSync('themeStyle'));
|
||||||
|
this.$store.commit('setThemeStyle', themeData);
|
||||||
this.$store.dispatch('themeColorSet');
|
this.$store.dispatch('themeColorSet');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export const langConfig = {
|
|||||||
// 主题配置
|
// 主题配置
|
||||||
export const themeConfig = {
|
export const themeConfig = {
|
||||||
// 主题列表
|
// 主题列表
|
||||||
themeList: ['default', 'red', 'green', 'blue'],
|
themeList: ['default', 'red', 'green', 'blue', 'pink', 'gold', 'purple', 'yellow', 'black'],
|
||||||
// 默认主题
|
// 默认主题
|
||||||
defaultTheme: 'default'
|
defaultTheme: 'default'
|
||||||
};
|
};
|
||||||
@@ -98,28 +98,6 @@ class ConfigExternal {
|
|||||||
return this.loadPromises[key];
|
return this.loadPromises[key];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 加载主题配置(同步方式)
|
|
||||||
* @param {string} theme - 主题名称
|
|
||||||
* @returns {object} - 主题配置
|
|
||||||
*/
|
|
||||||
loadThemeSync(theme = themeConfig.defaultTheme) {
|
|
||||||
if (this.loadedConfigs[`theme_${theme}`]) {
|
|
||||||
return this.loadedConfigs[`theme_${theme}`];
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
// 动态加载主题配置
|
|
||||||
const themeData = require(`@/common/js/style_color.js`)['default'][theme];
|
|
||||||
console.log('sync themeData => ', themeData);
|
|
||||||
this.loadedConfigs[`theme_${theme}`] = themeData;
|
|
||||||
return themeData;
|
|
||||||
} catch (error) {
|
|
||||||
console.error(`加载主题 ${theme} 失败:`, error);
|
|
||||||
return {};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 加载主题配置(异步方式)
|
* 加载主题配置(异步方式)
|
||||||
* @param {string} theme - 主题名称
|
* @param {string} theme - 主题名称
|
||||||
|
|||||||
@@ -43,19 +43,21 @@ let localDevConfig = { uniacid: 0, domain: defaultDomain };
|
|||||||
|
|
||||||
// #ifndef PRODUCTION
|
// #ifndef PRODUCTION
|
||||||
// 尝试动态加载本地配置文件
|
// 尝试动态加载本地配置文件
|
||||||
try {
|
if (process?.env?.NODE_ENV === 'development') {
|
||||||
// 尝试从项目根目录加载本地配置文件
|
try {
|
||||||
// 使用相对路径的方式,确保在不同平台下都能正确解析
|
// 尝试从项目根目录加载本地配置文件
|
||||||
let customConfig = require('@/.local.config.js').default;
|
// 使用相对路径的方式,确保在不同平台下都能正确解析
|
||||||
if (customConfig) {
|
let customConfig = require('@/.local.config.js').default;
|
||||||
localDevConfig = customConfig;
|
if (customConfig) {
|
||||||
|
localDevConfig = customConfig;
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
// 如果本地配置文件不存在或加载失败,保持使用默认配置
|
||||||
|
// 只在开发模式下输出提示信息
|
||||||
|
// #ifdef WEB
|
||||||
|
console.log('本地配置文件 .local.config.js 不存在,使用默认配置');
|
||||||
|
// #endif
|
||||||
}
|
}
|
||||||
} catch (e) {
|
|
||||||
// 如果本地配置文件不存在或加载失败,保持使用默认配置
|
|
||||||
// 只在开发模式下输出提示信息
|
|
||||||
// #ifdef WEB
|
|
||||||
console.log('本地配置文件 .local.config.js 不存在,使用默认配置');
|
|
||||||
// #endif
|
|
||||||
}
|
}
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
import WxMap from 'common/js/map-wx-jssdk.js';
|
import WxMap from 'common/js/map-wx-jssdk.js';
|
||||||
import Config from '@/common/js/config.js';
|
import Config from '@/common/js/config.js';
|
||||||
|
import util from '@/common/js/util.js';
|
||||||
|
|
||||||
|
let systemInfo = util.getDeviceInfo();
|
||||||
|
|
||||||
let systemInfo = uni.getSystemInfoSync();
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ export default {
|
|||||||
if (isJump && route != 'pages/index/index') {
|
if (isJump && route != 'pages/index/index') {
|
||||||
uni.setStorageSync('manual_change_store', true); // 手动切换门店
|
uni.setStorageSync('manual_change_store', true); // 手动切换门店
|
||||||
this.$store.dispatch('getCartNumber'); //重新获取购物车数据
|
this.$store.dispatch('getCartNumber'); //重新获取购物车数据
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -240,7 +240,7 @@ export default {
|
|||||||
},
|
},
|
||||||
goHome() {
|
goHome() {
|
||||||
if (this.preview) return; // 开启预览,禁止任何操作和跳转
|
if (this.preview) return; // 开启预览,禁止任何操作和跳转
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
},
|
},
|
||||||
goCart() {
|
goCart() {
|
||||||
if (this.preview) return; // 开启预览,禁止任何操作和跳转
|
if (this.preview) return; // 开启预览,禁止任何操作和跳转
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
import { langConfig } from './config-external.js';
|
import { langConfig } from './config-external.js';
|
||||||
|
|
||||||
var locale = uni.getStorageSync('lang') || "zh-cn"; //设置语言
|
|
||||||
// 缓存已加载的语言包
|
// 缓存已加载的语言包
|
||||||
var loadedLangPacks = {};
|
const loadedLangPacks = {};
|
||||||
|
|
||||||
// 处理页面目录映射
|
// 处理页面目录映射
|
||||||
function processRoutePath(route) {
|
function processRoutePath(route) {
|
||||||
@@ -64,15 +64,18 @@ export default {
|
|||||||
let _this = getCurrentPages()[getCurrentPages().length - 1];
|
let _this = getCurrentPages()[getCurrentPages().length - 1];
|
||||||
if (!_this) return;
|
if (!_this) return;
|
||||||
|
|
||||||
var value = '';
|
const locale = uni.getStorageSync('lang') || "zh-cn"; //设置语言
|
||||||
|
|
||||||
|
let value = ''; // 存放解析后的语言值
|
||||||
|
let langPath = ''; // 存放当前页面语言包路径
|
||||||
|
|
||||||
try {
|
try {
|
||||||
//公共语言包(同步加载)
|
//公共语言包(同步加载)
|
||||||
var lang = loadLangPackSync(locale, 'common');
|
var lang = loadLangPackSync(locale, 'common');
|
||||||
|
|
||||||
//当前页面语言包(同步加载)
|
//当前页面语言包(同步加载)
|
||||||
let route = _this.route;
|
let route = _this.route;
|
||||||
let langPath = processRoutePath(route);
|
langPath = processRoutePath(route);
|
||||||
// console.log(`当前页面语言包路径: ${langPath}`);
|
|
||||||
|
|
||||||
// 加载当前页面语言包
|
// 加载当前页面语言包
|
||||||
let currentPageLang = loadLangPackSync(locale, langPath);
|
let currentPageLang = loadLangPackSync(locale, langPath);
|
||||||
@@ -100,7 +103,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error('解析语言包失败:', e);
|
console.error('解析语言包失败:', e, { langPath, field, locale });
|
||||||
value = field;
|
value = field;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -113,7 +116,10 @@ export default {
|
|||||||
if (value == undefined || (value == 'title' && field == 'title')) value = ''; // field
|
if (value == undefined || (value == 'title' && field == 'title')) value = ''; // field
|
||||||
|
|
||||||
// 多语言调试,注释后可以关闭控制台输出
|
// 多语言调试,注释后可以关闭控制台输出
|
||||||
// console.log(`字段: ${field}, 值: ${value}`)
|
if (field == value) {
|
||||||
|
console.warn(`警告: 字段 ${field} 在语言包 ${langPath} 中未找到对应值,使用默认值 ${field} 当前语言: ${locale}`);
|
||||||
|
}
|
||||||
|
|
||||||
return value;
|
return value;
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
@@ -126,10 +132,14 @@ export default {
|
|||||||
if (!_this) return;
|
if (!_this) return;
|
||||||
|
|
||||||
uni.setStorageSync("lang", value);
|
uni.setStorageSync("lang", value);
|
||||||
locale = uni.getStorageSync('lang') || "zh-cn"; //设置语言
|
const locale = uni.getStorageSync('lang') || "zh-cn"; //设置语言
|
||||||
|
|
||||||
// 清空已加载的语言包缓存
|
// 清空已加载的语言包缓存
|
||||||
loadedLangPacks = {};
|
for (let key in loadedLangPacks) {
|
||||||
|
if (!key.startsWith(locale)) {
|
||||||
|
delete loadedLangPacks[key];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
this.refresh();
|
this.refresh();
|
||||||
|
|
||||||
@@ -141,7 +151,7 @@ export default {
|
|||||||
refresh() {
|
refresh() {
|
||||||
let _this = getCurrentPages()[getCurrentPages().length - 1];
|
let _this = getCurrentPages()[getCurrentPages().length - 1];
|
||||||
if (!_this) return;
|
if (!_this) return;
|
||||||
locale = uni.getStorageSync('lang') || "zh-cn"; //设置语言
|
const locale = uni.getStorageSync('lang') || "zh-cn"; //设置语言
|
||||||
|
|
||||||
this.title(this.lang("title"));
|
this.title(this.lang("title"));
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import util from '@/common/js/util.js'
|
||||||
import TransformCoordinate from './transformCoordinate.js'
|
import TransformCoordinate from './transformCoordinate.js'
|
||||||
|
|
||||||
function openMapByDefault(latitude, longitude, name) {
|
function openMapByDefault(latitude, longitude, name) {
|
||||||
@@ -85,7 +86,8 @@ export default {
|
|||||||
openMap(latitude, longitude, name, coord_type = 'gcj02') {
|
openMap(latitude, longitude, name, coord_type = 'gcj02') {
|
||||||
let arr = getCoordByType(longitude, latitude, coord_type)
|
let arr = getCoordByType(longitude, latitude, coord_type)
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
switch (uni.getSystemInfoSync().platform) {
|
let platform = util.getDeviceInfo().platform;
|
||||||
|
switch (platform) {
|
||||||
case 'android':
|
case 'android':
|
||||||
console.log('运行Android上')
|
console.log('运行Android上')
|
||||||
openMapByAndroid(arr[1], arr[0], name)
|
openMapByAndroid(arr[1], arr[0], name)
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import { EventSafety } from './event-safety'
|
import { EventSafety } from '@/common/js/event-safety.js'
|
||||||
|
import util from '@/common/js/util.js'
|
||||||
|
|
||||||
export class NavigationHelper {
|
export class NavigationHelper {
|
||||||
constructor() {
|
constructor() {
|
||||||
@@ -59,7 +60,7 @@ export class NavigationHelper {
|
|||||||
// 微信小程序精确计算
|
// 微信小程序精确计算
|
||||||
try {
|
try {
|
||||||
const menuButtonInfo = wx.getMenuButtonBoundingClientRect()
|
const menuButtonInfo = wx.getMenuButtonBoundingClientRect()
|
||||||
const systemInfo = uni.getSystemInfoSync()
|
let systemInfo = util.getDeviceInfo();
|
||||||
|
|
||||||
const height = menuButtonInfo.bottom +
|
const height = menuButtonInfo.bottom +
|
||||||
(menuButtonInfo.top - systemInfo.statusBarHeight)
|
(menuButtonInfo.top - systemInfo.statusBarHeight)
|
||||||
@@ -119,7 +120,7 @@ export class NavigationHelper {
|
|||||||
// 获取状态栏高度
|
// 获取状态栏高度
|
||||||
getStatusBarHeight() {
|
getStatusBarHeight() {
|
||||||
// #ifdef MP-WEIXIN
|
// #ifdef MP-WEIXIN
|
||||||
const systemInfo = uni.getSystemInfoSync()
|
let systemInfo = util.getDeviceInfo();
|
||||||
return systemInfo.statusBarHeight || 20
|
return systemInfo.statusBarHeight || 20
|
||||||
// #endif
|
// #endif
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
@@ -138,7 +139,7 @@ export class NavigationHelper {
|
|||||||
// 获取安全区域
|
// 获取安全区域
|
||||||
getSafeAreaInsets() {
|
getSafeAreaInsets() {
|
||||||
try {
|
try {
|
||||||
const systemInfo = uni.getSystemInfoSync()
|
let systemInfo = util.getDeviceInfo();
|
||||||
return systemInfo.safeArea || {
|
return systemInfo.safeArea || {
|
||||||
top: 0,
|
top: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
|
|||||||
@@ -1,3 +1,12 @@
|
|||||||
|
/**
|
||||||
|
* 颜色配置
|
||||||
|
* 包含默认颜色和其他颜色
|
||||||
|
* 特别注意:
|
||||||
|
* 1. 分组不会被计算成Key,分组下的属性会被计算成Key
|
||||||
|
* 2. 分组下的属性如果有相同的Key,会被覆盖
|
||||||
|
* 3. 例如:hoverNav,hoverNav_bg_color和hoverNav_text_color, 不会生成hoverNav_hoverNav_bg_color和hoverNav_hoverNav_text_color
|
||||||
|
* 问题原因:历史遗留
|
||||||
|
*/
|
||||||
export default {
|
export default {
|
||||||
'default': {
|
'default': {
|
||||||
//红色
|
//红色
|
||||||
@@ -11,7 +20,7 @@ export default {
|
|||||||
main_color_shallow: '#FFF4F4',//淡背景
|
main_color_shallow: '#FFF4F4',//淡背景
|
||||||
price_color: 'rgb(252,82,39)',//价格颜色
|
price_color: 'rgb(252,82,39)',//价格颜色
|
||||||
btn_text_color: '#FFFFFF',//按钮文字颜色
|
btn_text_color: '#FFFFFF',//按钮文字颜色
|
||||||
goods_detail: {
|
...{
|
||||||
goods_price: 'rgb(252,82,39,1)',//价格
|
goods_price: 'rgb(252,82,39,1)',//价格
|
||||||
promotion_tag: '#FF4646',
|
promotion_tag: '#FF4646',
|
||||||
goods_card_bg: '#201A18',//会员卡背景
|
goods_card_bg: '#201A18',//会员卡背景
|
||||||
@@ -22,35 +31,39 @@ export default {
|
|||||||
goods_btn_color: '#FF4646',//按钮颜色
|
goods_btn_color: '#FF4646',//按钮颜色
|
||||||
goods_btn_color_shallow: '#F7B500',//副按钮颜色
|
goods_btn_color_shallow: '#F7B500',//副按钮颜色
|
||||||
},
|
},
|
||||||
pintuan: {
|
...{
|
||||||
pintuan_label_bg: '#F7B500',
|
pintuan_label_bg: '#F7B500',
|
||||||
pintuan_label_color: '#FFFFFF',
|
pintuan_label_color: '#FFFFFF',
|
||||||
pintuan_color: '#FA6400',
|
pintuan_color: '#FA6400',
|
||||||
pintuan_promotion_color: '#FA3A1D',//活动背景
|
pintuan_promotion_color: '#FA3A1D',//活动背景
|
||||||
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
||||||
},
|
},
|
||||||
super_member: {
|
...{
|
||||||
super_member_start_bg: '#7c7878',
|
super_member_start_bg: '#7c7878',
|
||||||
super_member_end_bg: '#201a18',
|
super_member_end_bg: '#201a18',
|
||||||
super_member_start_text_color: '#FFDBA6',
|
super_member_start_text_color: '#FFDBA6',
|
||||||
super_member_end_text_color: '#FFEBCA',
|
super_member_end_text_color: '#FFEBCA',
|
||||||
},
|
},
|
||||||
bargain: {
|
...{
|
||||||
bargain_promotion_color: '#F0353E',//活动背景
|
bargain_promotion_color: '#F0353E',//活动背景
|
||||||
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
seckill: {
|
...{
|
||||||
seckill_promotion_color: '#F83530',//活动背景
|
seckill_promotion_color: '#F83530',//活动背景
|
||||||
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
giftcard: {
|
...{
|
||||||
giftcard_promotion_color: '#FF3369',//活动背景
|
giftcard_promotion_color: '#FF3369',//活动背景
|
||||||
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
groupby: {
|
...{
|
||||||
groupby_promotion_color: '#E64136',//活动背景
|
groupby_promotion_color: '#E64136',//活动背景
|
||||||
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
|
...{
|
||||||
|
hover_nav_bg_color: '#c6251b', //背景色: 红色 '#c6251b', 白色: '#FFFC'
|
||||||
|
hover_nav_text_color: '#FFFFFF' // 文字颜色: 白色 '#FFFFFF', 黑色: '#000'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'green': {
|
'green': {
|
||||||
name: 'green',
|
name: 'green',
|
||||||
@@ -63,7 +76,7 @@ export default {
|
|||||||
main_color_shallow: '#F0FFF5',//淡背景
|
main_color_shallow: '#F0FFF5',//淡背景
|
||||||
price_color: 'rgba(252,82,39,1)',//价格颜色
|
price_color: 'rgba(252,82,39,1)',//价格颜色
|
||||||
btn_text_color: '#FFFFFF',//按钮文字颜色
|
btn_text_color: '#FFFFFF',//按钮文字颜色
|
||||||
goods_detail: {
|
...{
|
||||||
goods_price: 'rgba(252,82,39,1)',//价格
|
goods_price: 'rgba(252,82,39,1)',//价格
|
||||||
promotion_tag: '#19C650',
|
promotion_tag: '#19C650',
|
||||||
goods_card_bg: '#201A18',//会员卡背景
|
goods_card_bg: '#201A18',//会员卡背景
|
||||||
@@ -74,35 +87,39 @@ export default {
|
|||||||
goods_btn_color: '#19C650',//按钮颜色
|
goods_btn_color: '#19C650',//按钮颜色
|
||||||
goods_btn_color_shallow: '#FA6400',//副按钮颜色
|
goods_btn_color_shallow: '#FA6400',//副按钮颜色
|
||||||
},
|
},
|
||||||
pintuan: {
|
...{
|
||||||
pintuan_label_bg: '#F7B500',
|
pintuan_label_bg: '#F7B500',
|
||||||
pintuan_label_color: '#FFFFFF',
|
pintuan_label_color: '#FFFFFF',
|
||||||
pintuan_color: '#FA6400',
|
pintuan_color: '#FA6400',
|
||||||
pintuan_promotion_color: '#FA3A1D',//活动背景
|
pintuan_promotion_color: '#FA3A1D',//活动背景
|
||||||
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
||||||
},
|
},
|
||||||
super_member: {
|
...{
|
||||||
super_member_start_bg: '#7c7878',
|
super_member_start_bg: '#7c7878',
|
||||||
super_member_end_bg: '#201a18',
|
super_member_end_bg: '#201a18',
|
||||||
super_member_start_text_color: '#FFDBA6',
|
super_member_start_text_color: '#FFDBA6',
|
||||||
super_member_end_text_color: '#FFEBCA',
|
super_member_end_text_color: '#FFEBCA',
|
||||||
},
|
},
|
||||||
bargain: {
|
...{
|
||||||
bargain_promotion_color: '#F0353E',//活动背景
|
bargain_promotion_color: '#F0353E',//活动背景
|
||||||
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
seckill: {
|
...{
|
||||||
seckill_promotion_color: '#F83530',//活动背景
|
seckill_promotion_color: '#F83530',//活动背景
|
||||||
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
giftcard: {
|
...{
|
||||||
giftcard_promotion_color: '#FF3369',//活动背景
|
giftcard_promotion_color: '#FF3369',//活动背景
|
||||||
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
groupby: {
|
...{
|
||||||
groupby_promotion_color: '#E64136',//活动背景
|
groupby_promotion_color: '#E64136',//活动背景
|
||||||
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
|
...{
|
||||||
|
hover_nav_bg_color: '#19C650',//背景色
|
||||||
|
hover_nav_text_color: '#FFFFFF'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'blue': {
|
'blue': {
|
||||||
name: 'blue',
|
name: 'blue',
|
||||||
@@ -115,7 +132,7 @@ export default {
|
|||||||
main_color_shallow: '#E2F3FF',
|
main_color_shallow: '#E2F3FF',
|
||||||
price_color: 'rgba(252,82,39,1)',//价格颜色
|
price_color: 'rgba(252,82,39,1)',//价格颜色
|
||||||
btn_text_color: '#FFFFFF',//按钮文字颜色
|
btn_text_color: '#FFFFFF',//按钮文字颜色
|
||||||
goods_detail: {
|
...{
|
||||||
goods_price: 'rgba(252,82,39,1)',//价格
|
goods_price: 'rgba(252,82,39,1)',//价格
|
||||||
promotion_tag: '#36ABFF',
|
promotion_tag: '#36ABFF',
|
||||||
goods_card_bg: '#201A18',//会员卡背景
|
goods_card_bg: '#201A18',//会员卡背景
|
||||||
@@ -126,35 +143,39 @@ export default {
|
|||||||
goods_btn_color: '#36ABFF',//按钮颜色
|
goods_btn_color: '#36ABFF',//按钮颜色
|
||||||
goods_btn_color_shallow: '#FA6400',//副按钮颜色
|
goods_btn_color_shallow: '#FA6400',//副按钮颜色
|
||||||
},
|
},
|
||||||
pintuan: {
|
...{
|
||||||
pintuan_label_bg: '#F7B500',
|
pintuan_label_bg: '#F7B500',
|
||||||
pintuan_label_color: '#FFFFFF',
|
pintuan_label_color: '#FFFFFF',
|
||||||
pintuan_color: '#FA6400',
|
pintuan_color: '#FA6400',
|
||||||
pintuan_promotion_color: '#FA3A1D',//活动背景
|
pintuan_promotion_color: '#FA3A1D',//活动背景
|
||||||
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
||||||
},
|
},
|
||||||
super_member: {
|
...{
|
||||||
super_member_start_bg: '#7c7878',
|
super_member_start_bg: '#7c7878',
|
||||||
super_member_end_bg: '#201a18',
|
super_member_end_bg: '#201a18',
|
||||||
super_member_start_text_color: '#FFDBA6',
|
super_member_start_text_color: '#FFDBA6',
|
||||||
super_member_end_text_color: '#FFEBCA',
|
super_member_end_text_color: '#FFEBCA',
|
||||||
},
|
},
|
||||||
bargain: {
|
...{
|
||||||
bargain_promotion_color: '#F0353E',//活动背景
|
bargain_promotion_color: '#F0353E',//活动背景
|
||||||
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
seckill: {
|
...{
|
||||||
seckill_promotion_color: '#F83530',//活动背景
|
seckill_promotion_color: '#F83530',//活动背景
|
||||||
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
giftcard: {
|
...{
|
||||||
giftcard_promotion_color: '#FF3369',//活动背景
|
giftcard_promotion_color: '#FF3369',//活动背景
|
||||||
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
groupby: {
|
...{
|
||||||
groupby_promotion_color: '#E64136',//活动背景
|
groupby_promotion_color: '#E64136',//活动背景
|
||||||
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
|
...{
|
||||||
|
hover_nav_bg_color: '#36ABFF',//背景色
|
||||||
|
hover_nav_text_color: '#FFFFFF'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'pink': {
|
'pink': {
|
||||||
name: 'pink',
|
name: 'pink',
|
||||||
@@ -167,7 +188,7 @@ export default {
|
|||||||
main_color_shallow: '#FFF5F8',//淡背景
|
main_color_shallow: '#FFF5F8',//淡背景
|
||||||
price_color: 'rgba(252,82,39,1)',//价格颜色
|
price_color: 'rgba(252,82,39,1)',//价格颜色
|
||||||
btn_text_color: '#FFFFFF',//按钮文字颜色
|
btn_text_color: '#FFFFFF',//按钮文字颜色
|
||||||
goods_detail: {
|
...{
|
||||||
goods_price: 'rgba(252,82,39,1)',//价格
|
goods_price: 'rgba(252,82,39,1)',//价格
|
||||||
promotion_tag: '#FF407E',
|
promotion_tag: '#FF407E',
|
||||||
goods_card_bg: '#201A18',//会员卡背景
|
goods_card_bg: '#201A18',//会员卡背景
|
||||||
@@ -178,35 +199,39 @@ export default {
|
|||||||
goods_btn_color: '#FF407E',//按钮颜色
|
goods_btn_color: '#FF407E',//按钮颜色
|
||||||
goods_btn_color_shallow: '#F7B500',//副按钮颜色
|
goods_btn_color_shallow: '#F7B500',//副按钮颜色
|
||||||
},
|
},
|
||||||
pintuan: {
|
...{
|
||||||
pintuan_label_bg: '#F7B500',
|
pintuan_label_bg: '#F7B500',
|
||||||
pintuan_label_color: '#FFFFFF',
|
pintuan_label_color: '#FFFFFF',
|
||||||
pintuan_color: '#FA6400',
|
pintuan_color: '#FA6400',
|
||||||
pintuan_promotion_color: '#FA3A1D',//活动背景
|
pintuan_promotion_color: '#FA3A1D',//活动背景
|
||||||
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
||||||
},
|
},
|
||||||
super_member: {
|
...{
|
||||||
super_member_start_bg: '#7c7878',
|
super_member_start_bg: '#7c7878',
|
||||||
super_member_end_bg: '#201a18',
|
super_member_end_bg: '#201a18',
|
||||||
super_member_start_text_color: '#FFDBA6',
|
super_member_start_text_color: '#FFDBA6',
|
||||||
super_member_end_text_color: '#FFEBCA',
|
super_member_end_text_color: '#FFEBCA',
|
||||||
},
|
},
|
||||||
bargain: {
|
...{
|
||||||
bargain_promotion_color: '#F0353E',//活动背景
|
bargain_promotion_color: '#F0353E',//活动背景
|
||||||
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
seckill: {
|
...{
|
||||||
seckill_promotion_color: '#F83530',//活动背景
|
seckill_promotion_color: '#F83530',//活动背景
|
||||||
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
giftcard: {
|
...{
|
||||||
giftcard_promotion_color: '#FF3369',//活动背景
|
giftcard_promotion_color: '#FF3369',//活动背景
|
||||||
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
groupby: {
|
...{
|
||||||
groupby_promotion_color: '#E64136',//活动背景
|
groupby_promotion_color: '#E64136',//活动背景
|
||||||
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
|
...{
|
||||||
|
hover_nav_bg_color: '#FF407E',//背景色
|
||||||
|
hover_nav_text_color: '#FFFFFF'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'gold': {
|
'gold': {
|
||||||
name: 'gold',
|
name: 'gold',
|
||||||
@@ -219,7 +244,7 @@ export default {
|
|||||||
main_color_shallow: '#FFFAF1',//淡背景
|
main_color_shallow: '#FFFAF1',//淡背景
|
||||||
price_color: 'rgba(252,82,39,1)',//价格颜色
|
price_color: 'rgba(252,82,39,1)',//价格颜色
|
||||||
btn_text_color: '#FFFFFF',//按钮文字颜色
|
btn_text_color: '#FFFFFF',//按钮文字颜色
|
||||||
goods_detail: {
|
...{
|
||||||
goods_price: 'rgba(252,82,39,1)',//价格
|
goods_price: 'rgba(252,82,39,1)',//价格
|
||||||
promotion_tag: '#CFAF70',
|
promotion_tag: '#CFAF70',
|
||||||
goods_card_bg: '#201A18',//会员卡背景
|
goods_card_bg: '#201A18',//会员卡背景
|
||||||
@@ -230,35 +255,39 @@ export default {
|
|||||||
goods_btn_color: '#CFAF70',//按钮颜色
|
goods_btn_color: '#CFAF70',//按钮颜色
|
||||||
goods_btn_color_shallow: '#444444',//副按钮颜色
|
goods_btn_color_shallow: '#444444',//副按钮颜色
|
||||||
},
|
},
|
||||||
pintuan: {
|
...{
|
||||||
pintuan_label_bg: '#F7B500',
|
pintuan_label_bg: '#F7B500',
|
||||||
pintuan_label_color: '#FFFFFF',
|
pintuan_label_color: '#FFFFFF',
|
||||||
pintuan_color: '#FA6400',
|
pintuan_color: '#FA6400',
|
||||||
pintuan_promotion_color: '#FA3A1D',//活动背景
|
pintuan_promotion_color: '#FA3A1D',//活动背景
|
||||||
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
||||||
},
|
},
|
||||||
super_member: {
|
...{
|
||||||
super_member_start_bg: '#7c7878',
|
super_member_start_bg: '#7c7878',
|
||||||
super_member_end_bg: '#201a18',
|
super_member_end_bg: '#201a18',
|
||||||
super_member_start_text_color: '#FFDBA6',
|
super_member_start_text_color: '#FFDBA6',
|
||||||
super_member_end_text_color: '#FFEBCA',
|
super_member_end_text_color: '#FFEBCA',
|
||||||
},
|
},
|
||||||
bargain: {
|
...{
|
||||||
bargain_promotion_color: '#F0353E',//活动背景
|
bargain_promotion_color: '#F0353E',//活动背景
|
||||||
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
seckill: {
|
...{
|
||||||
seckill_promotion_color: '#F83530',//活动背景
|
seckill_promotion_color: '#F83530',//活动背景
|
||||||
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
giftcard: {
|
...{
|
||||||
giftcard_promotion_color: '#FF3369',//活动背景
|
giftcard_promotion_color: '#FF3369',//活动背景
|
||||||
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
groupby: {
|
...{
|
||||||
groupby_promotion_color: '#E64136',//活动背景
|
groupby_promotion_color: '#E64136',//活动背景
|
||||||
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
|
...{
|
||||||
|
hover_nav_bg_color: '#CFAF70',//背景色
|
||||||
|
hover_nav_text_color: '#FFFFFF'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'purple': {
|
'purple': {
|
||||||
name: 'purple',
|
name: 'purple',
|
||||||
@@ -271,7 +300,7 @@ export default {
|
|||||||
main_color_shallow: '#F8F3FF',//淡背景
|
main_color_shallow: '#F8F3FF',//淡背景
|
||||||
price_color: 'rgba(252,82,39,1)',//价格颜色
|
price_color: 'rgba(252,82,39,1)',//价格颜色
|
||||||
btn_text_color: '#FFFFFF',//按钮文字颜色
|
btn_text_color: '#FFFFFF',//按钮文字颜色
|
||||||
goods_detail: {
|
...{
|
||||||
goods_price: 'rgba(252,82,39,1)',//价格
|
goods_price: 'rgba(252,82,39,1)',//价格
|
||||||
promotion_tag: '#A253FF',
|
promotion_tag: '#A253FF',
|
||||||
goods_card_bg: '#201A18',//会员卡背景
|
goods_card_bg: '#201A18',//会员卡背景
|
||||||
@@ -282,35 +311,39 @@ export default {
|
|||||||
goods_btn_color: '#A253FF',//按钮颜色
|
goods_btn_color: '#A253FF',//按钮颜色
|
||||||
goods_btn_color_shallow: '#222222',//副按钮颜色
|
goods_btn_color_shallow: '#222222',//副按钮颜色
|
||||||
},
|
},
|
||||||
pintuan: {
|
...{
|
||||||
pintuan_label_bg: '#F7B500',
|
pintuan_label_bg: '#F7B500',
|
||||||
pintuan_label_color: '#FFFFFF',
|
pintuan_label_color: '#FFFFFF',
|
||||||
pintuan_color: '#FA6400',
|
pintuan_color: '#FA6400',
|
||||||
pintuan_promotion_color: '#FA3A1D',//活动背景
|
pintuan_promotion_color: '#FA3A1D',//活动背景
|
||||||
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
||||||
},
|
},
|
||||||
super_member: {
|
...{
|
||||||
super_member_start_bg: '#7c7878',
|
super_member_start_bg: '#7c7878',
|
||||||
super_member_end_bg: '#201a18',
|
super_member_end_bg: '#201a18',
|
||||||
super_member_start_text_color: '#FFDBA6',
|
super_member_start_text_color: '#FFDBA6',
|
||||||
super_member_end_text_color: '#FFEBCA',
|
super_member_end_text_color: '#FFEBCA',
|
||||||
},
|
},
|
||||||
bargain: {
|
...{
|
||||||
bargain_promotion_color: '#F0353E',//活动背景
|
bargain_promotion_color: '#F0353E',//活动背景
|
||||||
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
seckill: {
|
...{
|
||||||
seckill_promotion_color: '#F83530',//活动背景
|
seckill_promotion_color: '#F83530',//活动背景
|
||||||
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
giftcard: {
|
...{
|
||||||
giftcard_promotion_color: '#FF3369',//活动背景
|
giftcard_promotion_color: '#FF3369',//活动背景
|
||||||
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
groupby: {
|
...{
|
||||||
groupby_promotion_color: '#E64136',//活动背景
|
groupby_promotion_color: '#E64136',//活动背景
|
||||||
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
|
...{
|
||||||
|
hover_nav_bg_color: '#A253FF',//背景色
|
||||||
|
hover_nav_text_color: '#FFFFFF'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'yellow': {
|
'yellow': {
|
||||||
name: 'yellow',
|
name: 'yellow',
|
||||||
@@ -323,7 +356,7 @@ export default {
|
|||||||
main_color_shallow: '#FFFBEF',//淡背景
|
main_color_shallow: '#FFFBEF',//淡背景
|
||||||
price_color: 'rgba(252,82,39,1)',//价格颜色
|
price_color: 'rgba(252,82,39,1)',//价格颜色
|
||||||
btn_text_color: '#303133',//按钮文字颜色
|
btn_text_color: '#303133',//按钮文字颜色
|
||||||
goods_detail: {
|
...{
|
||||||
goods_price: 'rgba(252,82,39,1)',//价格
|
goods_price: 'rgba(252,82,39,1)',//价格
|
||||||
promotion_tag: '#FFD009',
|
promotion_tag: '#FFD009',
|
||||||
goods_card_bg: '#201A18',//会员卡背景
|
goods_card_bg: '#201A18',//会员卡背景
|
||||||
@@ -334,35 +367,39 @@ export default {
|
|||||||
goods_btn_color: '#FFD009',//按钮颜色
|
goods_btn_color: '#FFD009',//按钮颜色
|
||||||
goods_btn_color_shallow: '#1D262E',//副按钮颜色
|
goods_btn_color_shallow: '#1D262E',//副按钮颜色
|
||||||
},
|
},
|
||||||
pintuan: {
|
...{
|
||||||
pintuan_label_bg: '#F7B500',
|
pintuan_label_bg: '#F7B500',
|
||||||
pintuan_label_color: '#FFFFFF',
|
pintuan_label_color: '#FFFFFF',
|
||||||
pintuan_color: '#FA6400',
|
pintuan_color: '#FA6400',
|
||||||
pintuan_promotion_color: '#FA3A1D',//活动背景
|
pintuan_promotion_color: '#FA3A1D',//活动背景
|
||||||
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
||||||
},
|
},
|
||||||
super_member: {
|
...{
|
||||||
super_member_start_bg: '#7c7878',
|
super_member_start_bg: '#7c7878',
|
||||||
super_member_end_bg: '#201a18',
|
super_member_end_bg: '#201a18',
|
||||||
super_member_start_text_color: '#FFDBA6',
|
super_member_start_text_color: '#FFDBA6',
|
||||||
super_member_end_text_color: '#FFEBCA',
|
super_member_end_text_color: '#FFEBCA',
|
||||||
},
|
},
|
||||||
bargain: {
|
...{
|
||||||
bargain_promotion_color: '#F0353E',//活动背景
|
bargain_promotion_color: '#F0353E',//活动背景
|
||||||
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
seckill: {
|
...{
|
||||||
seckill_promotion_color: '#F83530',//活动背景
|
seckill_promotion_color: '#F83530',//活动背景
|
||||||
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
giftcard: {
|
...{
|
||||||
giftcard_promotion_color: '#FF3369',//活动背景
|
giftcard_promotion_color: '#FF3369',//活动背景
|
||||||
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
groupby: {
|
...{
|
||||||
groupby_promotion_color: '#E64136',//活动背景
|
groupby_promotion_color: '#E64136',//活动背景
|
||||||
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
|
...{
|
||||||
|
hover_nav_bg_color: '#FFD009',//背景色
|
||||||
|
hover_nav_text_color: '#303133'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'black': {
|
'black': {
|
||||||
name: 'black',
|
name: 'black',
|
||||||
@@ -375,7 +412,7 @@ export default {
|
|||||||
main_color_shallow: '#efefef',//淡背景
|
main_color_shallow: '#efefef',//淡背景
|
||||||
price_color: 'rgba(255,0,0,1)',//价格颜色
|
price_color: 'rgba(255,0,0,1)',//价格颜色
|
||||||
btn_text_color: '#FFFFFF',//按钮文字颜色
|
btn_text_color: '#FFFFFF',//按钮文字颜色
|
||||||
goods_detail: {
|
...{
|
||||||
goods_price: 'rgba(255,0,0,1)',//价格
|
goods_price: 'rgba(255,0,0,1)',//价格
|
||||||
promotion_tag: '#222222',
|
promotion_tag: '#222222',
|
||||||
goods_card_bg: '#201A18',//会员卡背景
|
goods_card_bg: '#201A18',//会员卡背景
|
||||||
@@ -386,34 +423,38 @@ export default {
|
|||||||
goods_btn_color: '#222222',//按钮颜色
|
goods_btn_color: '#222222',//按钮颜色
|
||||||
goods_btn_color_shallow: '#FA8B00',//副按钮颜色
|
goods_btn_color_shallow: '#FA8B00',//副按钮颜色
|
||||||
},
|
},
|
||||||
pintuan: {
|
...{
|
||||||
pintuan_label_bg: '#F7B500',
|
pintuan_label_bg: '#F7B500',
|
||||||
pintuan_label_color: '#FFFFFF',
|
pintuan_label_color: '#FFFFFF',
|
||||||
pintuan_color: '#FA6400',
|
pintuan_color: '#FA6400',
|
||||||
pintuan_promotion_color: '#FA3A1D',//活动背景
|
pintuan_promotion_color: '#FA3A1D',//活动背景
|
||||||
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
pintuan_promotion_aux_color: '#FD9A01',//活动背景辅色
|
||||||
},
|
},
|
||||||
super_member: {
|
...{
|
||||||
super_member_start_bg: '#fadcb5',
|
super_member_start_bg: '#fadcb5',
|
||||||
super_member_end_bg: '#f6bd74',
|
super_member_end_bg: '#f6bd74',
|
||||||
super_member_start_text_color: '#ab6126',
|
super_member_start_text_color: '#ab6126',
|
||||||
super_member_end_text_color: '#d19336',
|
super_member_end_text_color: '#d19336',
|
||||||
},
|
},
|
||||||
bargain: {
|
...{
|
||||||
bargain_promotion_color: '#F0353E',//活动背景
|
bargain_promotion_color: '#F0353E',//活动背景
|
||||||
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
bargain_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
seckill: {
|
...{
|
||||||
seckill_promotion_color: '#F83530',//活动背景
|
seckill_promotion_color: '#F83530',//活动背景
|
||||||
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
seckill_promotion_aux_color: '#FD9A01',//活动辅色
|
||||||
},
|
},
|
||||||
giftcard: {
|
...{
|
||||||
giftcard_promotion_color: '#FF3369',//活动背景
|
giftcard_promotion_color: '#FF3369',//活动背景
|
||||||
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
giftcard_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
groupby: {
|
...{
|
||||||
groupby_promotion_color: '#E64136',//活动背景
|
groupby_promotion_color: '#E64136',//活动背景
|
||||||
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
groupby_promotion_aux_color: '#F7B500',//活动辅色
|
||||||
},
|
},
|
||||||
|
...{
|
||||||
|
hover_nav_bg_color: '#222222',//背景色
|
||||||
|
hover_nav_text_color: '#FFFFFF'
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,15 +7,19 @@ import {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 首页路径
|
// 关于页面路径,使用常量导出
|
||||||
export const INDEX_PAGE_URL = '/pages/index/index';
|
export const INDEX_PAGE_URL = '/pages/index/index';
|
||||||
|
export const CATEGORY_PAGE_URL = '/pages_goods/category';
|
||||||
|
export const CONTACT_PAGE_URL = '/pages_tool/contact/contact';
|
||||||
|
export const MEMBER_PAGE_URL = '/pages_tool/member/index';
|
||||||
|
export const LOGIN_PAGE_URL = '/pages_tool/login/login';
|
||||||
|
|
||||||
// 当前最新的tabBar.list (参见pages.json 中的tabBar.list 配置)
|
// 当前最新的tabBar.list (参见pages.json 中的tabBar.list 配置)
|
||||||
export const systemTabBarList = [
|
export const systemTabBarList = [
|
||||||
INDEX_PAGE_URL,
|
INDEX_PAGE_URL,
|
||||||
'/pages_goods/category',
|
CATEGORY_PAGE_URL,
|
||||||
'/pages_tool/contact/contact',
|
CONTACT_PAGE_URL,
|
||||||
'/pages_tool/member/index'
|
MEMBER_PAGE_URL
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -32,10 +36,28 @@ export const adaptSubpackageUrl = (url) => {
|
|||||||
*/
|
*/
|
||||||
// 定义前缀映射表
|
// 定义前缀映射表
|
||||||
const urlPrefixMap = {
|
const urlPrefixMap = {
|
||||||
|
'/pages/promotion/': '/pages_promotion/',
|
||||||
|
'/pages/order/': '/pages_order/',
|
||||||
'/pages/goods/': '/pages_goods/',
|
'/pages/goods/': '/pages_goods/',
|
||||||
|
|
||||||
'/pages/contact/': '/pages_tool/contact/',
|
'/pages/contact/': '/pages_tool/contact/',
|
||||||
'/pages/member/': '/pages_tool/member/',
|
'/pages/member/': '/pages_tool/member/',
|
||||||
'/pages/vr': '/pages_tool/vr/'
|
'/pages/login/': '/pages_tool/login/',
|
||||||
|
'/pages/agreement/': '/pages_tool/agreement/',
|
||||||
|
'/pages/article/': '/pages_tool/article/',
|
||||||
|
'/pages/cases/': '/pages_tool/cases/',
|
||||||
|
'/pages/contact/': '/pages_tool/contact/',
|
||||||
|
'/pages/files/': '/pages_tool/files/',
|
||||||
|
'/pages/form/': '/pages_tool/form/',
|
||||||
|
'/pages/help/': '/pages_tool/help/',
|
||||||
|
'/pages/notice/': '/pages_tool/notice/',
|
||||||
|
'/pages/pay/': '/pages_tool/pay/',
|
||||||
|
'/pages/recharge/': '/pages_tool/recharge/',
|
||||||
|
'/pages/seal/': '/pages_tool/seal/',
|
||||||
|
'/pages/storeclose/': '/pages_tool/storeclose/',
|
||||||
|
'/pages/vr/': '/pages_tool/vr/',
|
||||||
|
'/pages/weapp/': '/pages_tool/weapp/',
|
||||||
|
'/pages/webview/': '/pages_tool/webview/',
|
||||||
};
|
};
|
||||||
|
|
||||||
// 构建正则表达式
|
// 构建正则表达式
|
||||||
@@ -61,18 +83,54 @@ export const adaptSubpackageUrl = (url) => {
|
|||||||
return replacePrefix(url);
|
return replacePrefix(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 检查tabBar是否激活
|
||||||
|
* @param {string} linkUrl 链接路径 /pages/goods/category
|
||||||
|
* @param {string} currentPageRoute 当前页面路径 /pages_goods/category
|
||||||
|
* @returns {boolean} 是否激活
|
||||||
|
*/
|
||||||
|
export const checkTabBarActive = (linkUrl, currentPageRoute) => {
|
||||||
|
const linkUrlParts = adaptSubpackageUrl(linkUrl).split('/');
|
||||||
|
const currentPageRouteParts = currentPageRoute.split('/');
|
||||||
|
|
||||||
|
// console.log('diy-bottom-nav verify:', { linkUrlParts, currentPageRouteParts});
|
||||||
|
|
||||||
|
try {
|
||||||
|
// 二级页面
|
||||||
|
if (linkUrlParts[2] === currentPageRouteParts[2]) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 一级页面,限定只能是goods相关
|
||||||
|
if (linkUrlParts[1] === currentPageRouteParts[1] && linkUrlParts[1] === 'pages_goods') {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error('diy-bottom-nav verify error:', error);
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
/** 导出页面URL常量 */
|
||||||
|
MEMBER_PAGE_URL,
|
||||||
|
CATEGORY_PAGE_URL,
|
||||||
|
CONTACT_PAGE_URL,
|
||||||
|
INDEX_PAGE_URL,
|
||||||
|
LOGIN_PAGE_URL,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 页面跳转
|
* 页面跳转
|
||||||
* @param {string} to 跳转链接 /pages/idnex/index
|
* @param {string} to 跳转链接 /pages/idnex/index
|
||||||
* @param {Object} param 参数 {key : value, ...}
|
* @param {Object} param 参数 {key : value, ...}, 默认{}
|
||||||
* @param {string} mode 模式
|
* @param {string} mode 模式 navigateTo、redirectTo、reLaunch、tabbar, 默认navigateTo
|
||||||
*/
|
*/
|
||||||
redirectTo(to, param, mode) {
|
redirectTo(to, param = {}, mode = 'navigateTo') {
|
||||||
let url = to;
|
let url = to;
|
||||||
|
|
||||||
// 替换url中的前缀
|
// 替换url中的前缀
|
||||||
console.log('redirectTo', to, param, mode);
|
console.log('页面跳转 redirectTo', to, param, mode);
|
||||||
url = adaptSubpackageUrl(url);
|
url = adaptSubpackageUrl(url);
|
||||||
console.log('adaptSubpackageUrl', url);
|
console.log('adaptSubpackageUrl', url);
|
||||||
|
|
||||||
@@ -91,7 +149,7 @@ export default {
|
|||||||
const tabBarUrl = systemTabBarList[i];
|
const tabBarUrl = systemTabBarList[i];
|
||||||
if (url.indexOf(tabBarUrl) == 0) {
|
if (url.indexOf(tabBarUrl) == 0) {
|
||||||
// 首页特殊处理,采用switchTab, 其他页面采用redirectTo, 不能返回,不能退回
|
// 首页特殊处理,采用switchTab, 其他页面采用redirectTo, 不能返回,不能退回
|
||||||
(tabBarUrl == INDEX_PAGE_URL ? uni.switchTab : uni.redirectTo)({url});
|
(tabBarUrl == INDEX_PAGE_URL ? uni.switchTab : uni.redirectTo)({ url });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -99,26 +157,26 @@ export default {
|
|||||||
// 如果url不包含tabBarList中的路径,根据mode判断跳转方式
|
// 如果url不包含tabBarList中的路径,根据mode判断跳转方式
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case 'tabbar':
|
case 'tabbar':
|
||||||
// 跳转到 tabBar 页面,并关闭其他所有非 tabBar 页面。
|
// 跳转到 tabBar 页面,并关闭其他所有非 tabBar 页面。重置页面栈,仅保留 tabBar 页面
|
||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url
|
url
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'redirectTo':
|
case 'redirectTo':
|
||||||
// 关闭当前页面,跳转到应用内的某个页面。
|
// 关闭当前页面,跳转到应用内的某个页面。替换栈顶页面,长度不变(上限10层)
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
url
|
url
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'reLaunch':
|
case 'reLaunch':
|
||||||
// 关闭所有页面,打开到应用内的某个页面。
|
// 关闭所有页面,打开到应用内的某个页面。清空栈后打开新页面,长度=1
|
||||||
uni.reLaunch({
|
uni.reLaunch({
|
||||||
url
|
url
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// 保留当前页面,跳转到应用内的某个页面
|
// 保留当前页面,跳转到应用内的某个页面,新增页面到栈顶,长度+1(上限10层)
|
||||||
console.log('保留当前页面,跳转到应用内的某个页面', url);
|
console.log('保留当前页面,navigateTo跳转到应用内的某个页面', url);
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url
|
url
|
||||||
});
|
});
|
||||||
@@ -130,8 +188,6 @@ export default {
|
|||||||
* @param {Object} params 参数,针对商品、相册里面的图片区分大中小,size: big、mid、small
|
* @param {Object} params 参数,针对商品、相册里面的图片区分大中小,size: big、mid、small
|
||||||
*/
|
*/
|
||||||
img(img_path, params) {
|
img(img_path, params) {
|
||||||
|
|
||||||
|
|
||||||
var path = "";
|
var path = "";
|
||||||
if (img_path != undefined && img_path != "") {
|
if (img_path != undefined && img_path != "") {
|
||||||
if (img_path.split(',').length > 1) {
|
if (img_path.split(',').length > 1) {
|
||||||
@@ -491,7 +547,7 @@ export default {
|
|||||||
* 检测苹果X以上的手机
|
* 检测苹果X以上的手机
|
||||||
*/
|
*/
|
||||||
isIPhoneX() {
|
isIPhoneX() {
|
||||||
let res = uni.getSystemInfoSync();
|
let res = this.getDeviceInfo();
|
||||||
if (res.model.search('iPhone X') != -1) {
|
if (res.model.search('iPhone X') != -1) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -499,13 +555,33 @@ export default {
|
|||||||
},
|
},
|
||||||
//判断安卓还是iOS
|
//判断安卓还是iOS
|
||||||
isAndroid() {
|
isAndroid() {
|
||||||
let platform = uni.getSystemInfoSync().platform
|
let platform = this.getDeviceInfo().platform;
|
||||||
if (platform == 'ios') {
|
if (platform == 'ios') {
|
||||||
return false;
|
return false;
|
||||||
} else if (platform == 'android') {
|
} else if (platform == 'android') {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
/**
|
||||||
|
* 获取设备信息(包含降级处理)
|
||||||
|
*/
|
||||||
|
getDeviceInfo() {
|
||||||
|
try {
|
||||||
|
return uni.getDeviceInfo();
|
||||||
|
} catch (e) {
|
||||||
|
return uni.getSystemInfoSync();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
/**
|
||||||
|
* 获取窗口信息(包含降级处理)
|
||||||
|
*/
|
||||||
|
getWindowInfo() {
|
||||||
|
try {
|
||||||
|
return uni.getWindowInfo();
|
||||||
|
} catch (e) {
|
||||||
|
return uni.getSystemInfoSync();
|
||||||
|
}
|
||||||
|
},
|
||||||
/**
|
/**
|
||||||
* 深度拷贝对象
|
* 深度拷贝对象
|
||||||
* @param {Object} obj
|
* @param {Object} obj
|
||||||
@@ -527,6 +603,9 @@ export default {
|
|||||||
}
|
}
|
||||||
return cloneObj
|
return cloneObj
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 自定义模板的跳转链接
|
* 自定义模板的跳转链接
|
||||||
* @param {Object} link
|
* @param {Object} link
|
||||||
@@ -650,7 +729,7 @@ export default {
|
|||||||
*/
|
*/
|
||||||
uniappIsIPhoneX() {
|
uniappIsIPhoneX() {
|
||||||
let isIphoneX = false;
|
let isIphoneX = false;
|
||||||
let systemInfo = uni.getSystemInfoSync();
|
let systemInfo = this.getDeviceInfo();
|
||||||
// #ifdef MP
|
// #ifdef MP
|
||||||
if (systemInfo.model.search('iPhone X') != -1 || systemInfo.model.search('iPhone 11') != -1 || systemInfo.model.search('iPhone 12') != -1 || systemInfo.model.search('iPhone 13') != -1) {
|
if (systemInfo.model.search('iPhone X') != -1 || systemInfo.model.search('iPhone 11') != -1 || systemInfo.model.search('iPhone 12') != -1 || systemInfo.model.search('iPhone 13') != -1) {
|
||||||
isIphoneX = true;
|
isIphoneX = true;
|
||||||
@@ -677,7 +756,7 @@ export default {
|
|||||||
*/
|
*/
|
||||||
uniappIsIPhone11() {
|
uniappIsIPhone11() {
|
||||||
let isIphone11 = false;
|
let isIphone11 = false;
|
||||||
let systemInfo = uni.getSystemInfoSync();
|
let systemInfo = this.getDeviceInfo();
|
||||||
// #ifdef MP
|
// #ifdef MP
|
||||||
if (systemInfo.model.search('iPhone 11') != -1) {
|
if (systemInfo.model.search('iPhone 11') != -1) {
|
||||||
isIphone11 = true;
|
isIphone11 = true;
|
||||||
@@ -688,7 +767,7 @@ export default {
|
|||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
//判断该浏览器是否为safaria浏览器
|
//判断该浏览器是否为safaria浏览器
|
||||||
isSafari() {
|
isSafari() {
|
||||||
let res = uni.getSystemInfoSync();
|
let res = this.getDeviceInfo();
|
||||||
var ua = navigator.userAgent.toLowerCase();
|
var ua = navigator.userAgent.toLowerCase();
|
||||||
if (ua.indexOf('applewebkit') > -1 && ua.indexOf('mobile') > -1 && ua.indexOf('safari') > -1 &&
|
if (ua.indexOf('applewebkit') > -1 && ua.indexOf('mobile') > -1 && ua.indexOf('safari') > -1 &&
|
||||||
ua.indexOf('linux') === -1 && ua.indexOf('android') === -1 && ua.indexOf('chrome') === -1 &&
|
ua.indexOf('linux') === -1 && ua.indexOf('android') === -1 && ua.indexOf('chrome') === -1 &&
|
||||||
@@ -727,7 +806,7 @@ export default {
|
|||||||
let routes = getCurrentPages(); // 获取当前打开过的页面路由数组
|
let routes = getCurrentPages(); // 获取当前打开过的页面路由数组
|
||||||
return routes.length ? routes[routes.length - 1].route : '';
|
return routes.length ? routes[routes.length - 1].route : '';
|
||||||
},
|
},
|
||||||
goBack(backUrl = '/pages/index/index') {
|
goBack(backUrl = INDEX_PAGE_URL) {
|
||||||
if (getCurrentPages().length == 1) {
|
if (getCurrentPages().length == 1) {
|
||||||
this.redirectTo(backUrl);
|
this.redirectTo(backUrl);
|
||||||
} else {
|
} else {
|
||||||
@@ -1083,5 +1162,47 @@ export default {
|
|||||||
verifyMobile(mobile) {
|
verifyMobile(mobile) {
|
||||||
var parse = /^\d{11}$/.test(mobile);
|
var parse = /^\d{11}$/.test(mobile);
|
||||||
return parse;
|
return parse;
|
||||||
|
},
|
||||||
|
/**
|
||||||
|
* 判断是否为快应用环境
|
||||||
|
* @returns {boolean} 是否为快应用
|
||||||
|
*/
|
||||||
|
isQuickApp() {
|
||||||
|
// #ifndef QUICKAPP-WEBVIEW
|
||||||
|
let _isQuickApp = false;
|
||||||
|
try {
|
||||||
|
const ua = navigator?.userAgent?.toLowerCase();
|
||||||
|
console.log('ua = ', ua);
|
||||||
|
_isQuickApp = ua.indexOf('quickapp') !== -1;
|
||||||
|
|
||||||
|
if (!_isQuickApp) {
|
||||||
|
// 特殊说明由于网站是嵌入到快应用的Webview组件中<web>,UA中不会包含quickapp字符串,
|
||||||
|
// 但是会包含uniacid参数,所以这里通过uniacid参数来判断是否为快应用环境
|
||||||
|
_isQuickApp = ua.indexOf('uniacid=') !== -1;
|
||||||
|
}
|
||||||
|
} catch (e) {}
|
||||||
|
|
||||||
|
if (!_isQuickApp) {
|
||||||
|
const systemInfo = this.getDeviceInfo();
|
||||||
|
_isQuickApp = systemInfo?.platform === 'quickapp' || process?.env?.UNI_PLATFORM === 'quickapp';
|
||||||
|
}
|
||||||
|
return _isQuickApp;
|
||||||
|
// #endif
|
||||||
|
|
||||||
|
return true;
|
||||||
|
},
|
||||||
|
/**
|
||||||
|
* 判断是否为华为快应用环境
|
||||||
|
* @returns {boolean} 是否为华为快应用
|
||||||
|
*/
|
||||||
|
isHuaweiQuickApp() {
|
||||||
|
if (!this.isQuickApp()) return false;
|
||||||
|
|
||||||
|
// #ifndef QUICKAPP-WEBVIEW-HUAWEI
|
||||||
|
const systemInfo = this.getDeviceInfo();
|
||||||
|
return systemInfo.brand === 'HUAWEI' || systemInfo.manufacturer === 'HUAWEI' ||
|
||||||
|
(typeof qh !== 'undefined' && qh.platform === 'huawei');
|
||||||
|
// #endif
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { adaptSubpackageUrl } from '@/common/js/util.js'
|
import { adaptSubpackageUrl, checkTabBarActive } from '@/common/js/util.js'
|
||||||
import DiyMinx from './minx.js'
|
import DiyMinx from './minx.js'
|
||||||
// 底部导航栏
|
// 底部导航栏
|
||||||
export default {
|
export default {
|
||||||
@@ -145,27 +145,16 @@ export default {
|
|||||||
let linkUrl = link.wap_url;
|
let linkUrl = link.wap_url;
|
||||||
|
|
||||||
// 首页特殊处理
|
// 首页特殊处理
|
||||||
if (linkUrl === '/pages/index/index' && this.name === 'DIY_VIEW_INDEX') {
|
if (linkUrl === this.$util.INDEX_PAGE_URL && this.name === 'DIY_VIEW_INDEX') {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// console.log('diy-bottom-nav verify:', { likkUrl: adaptSubpackageUrl(linkUrl), currentPageRoute: currentPageRoute});
|
|
||||||
|
|
||||||
// 精确匹配当前路径
|
// 精确匹配当前路径
|
||||||
if (adaptSubpackageUrl(linkUrl) === currentPageRoute) {
|
if (adaptSubpackageUrl(linkUrl) === currentPageRoute) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 同属于一个子包的路径,也认为是匹配的
|
return checkTabBarActive(linkUrl, currentPageRoute);
|
||||||
try {
|
|
||||||
if (adaptSubpackageUrl(linkUrl).split('/')[1] === currentPageRoute.split('/')[1]) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
} catch (error) {
|
|
||||||
console.error('diy-bottom-nav verify error:', error);
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -100,7 +100,7 @@
|
|||||||
parseFloat(showPrice(item)).toFixed(2).split('.')[1] }}</text>
|
parseFloat(showPrice(item)).toFixed(2).split('.')[1] }}</text>
|
||||||
</block>
|
</block>
|
||||||
<block v-else>
|
<block v-else>
|
||||||
<text class="unit price-style small">{{ $lang('Make') ? $lang('Make') : '询价' }}</text>
|
<text class="unit price-style small">{{ $lang('Make') ? $lang('Make') : '询底价' }}</text>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<view class="member-price-tag"
|
<view class="member-price-tag"
|
||||||
@@ -192,7 +192,7 @@
|
|||||||
parseFloat(showPrice(item)).toFixed(2).split('.')[1] }}</text>
|
parseFloat(showPrice(item)).toFixed(2).split('.')[1] }}</text>
|
||||||
</block>
|
</block>
|
||||||
<block v-else>
|
<block v-else>
|
||||||
<text class="unit price-style small">{{ $lang('Make') ? $lang('Make') : '询价' }}</text>
|
<text class="unit price-style small">{{ $lang('Make') ? $lang('Make') : '询底价' }}</text>
|
||||||
</block>
|
</block>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -161,15 +161,11 @@ let menuButtonInfo = {};
|
|||||||
menuButtonInfo = uni.getMenuButtonBoundingClientRect();
|
menuButtonInfo = uni.getMenuButtonBoundingClientRect();
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
import nsGoodsSkuCategory from '@/components/ns-goods-sku/ns-goods-sku-category.vue';
|
|
||||||
import DiyMinx from './minx.js'
|
import DiyMinx from './minx.js'
|
||||||
var contentWrapHeight, query, cartPosition;
|
var contentWrapHeight, query, cartPosition;
|
||||||
|
|
||||||
// 商品分类
|
// 商品分类
|
||||||
export default {
|
export default {
|
||||||
components: {
|
|
||||||
nsGoodsSkuCategory
|
|
||||||
},
|
|
||||||
name: 'diy-category',
|
name: 'diy-category',
|
||||||
props: {
|
props: {
|
||||||
value: {
|
value: {
|
||||||
|
|||||||
@@ -454,7 +454,7 @@ export default {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.$refs.login.open('/pages/index/index');
|
this.$refs.login.open(this.$util.INDEX_PAGE_URL);
|
||||||
this.couponBtnSwitch = false;
|
this.couponBtnSwitch = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view :style="componentStyle">
|
<view :style="componentStyle" data-component-name="diy-digit">
|
||||||
<scroll-view :class="['graphic-nav', value.showStyle == 'fixed' ? 'fixed-layout' : value.showStyle]"
|
<scroll-view :class="['graphic-nav', value.showStyle == 'fixed' ? 'fixed-layout' : value.showStyle]"
|
||||||
:scroll-x="value.showStyle == 'singleSlide'">
|
:scroll-x="value.showStyle == 'singleSlide'">
|
||||||
<view class="uni-scroll-view-content">
|
<view class="uni-scroll-view-content">
|
||||||
@@ -38,16 +38,10 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import uvCountTo from '@/components/uv-count-to/uv-count-to.vue'
|
|
||||||
import nsLogin from '@/components/ns-login/ns-login.vue'
|
|
||||||
import DiyMinx from './minx.js'
|
import DiyMinx from './minx.js'
|
||||||
// 自定义数字展示
|
// 自定义数字展示
|
||||||
export default {
|
export default {
|
||||||
name: 'diy-digit',
|
name: 'diy-digit',
|
||||||
components: {
|
|
||||||
uvCountTo,
|
|
||||||
nsLogin
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
value: {
|
value: {
|
||||||
type: Object,
|
type: Object,
|
||||||
@@ -96,7 +90,7 @@ export default {
|
|||||||
|
|
||||||
// 页面跳转
|
// 页面跳转
|
||||||
redirectTo(item) {
|
redirectTo(item) {
|
||||||
if (!item.wap_url || this.$util.getCurrRoute() != 'pages/member/index' || this.storeToken) {
|
if (!item.wap_url || this.$util.getCurrRoute() != this.$util.MEMBER_PAGE_URL || this.storeToken) {
|
||||||
console.log(item);
|
console.log(item);
|
||||||
this.$util.diyRedirectTo(item);
|
this.$util.diyRedirectTo(item);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ export default {
|
|||||||
this.currentRoute = '/' + currentPage.route;
|
this.currentRoute = '/' + currentPage.route;
|
||||||
if (!this.storeToken) {
|
if (!this.storeToken) {
|
||||||
this.$util.redirectTo(
|
this.$util.redirectTo(
|
||||||
'/pages_tool/login/login',
|
this.$util.LOGIN_PAGE_URL,
|
||||||
{
|
{
|
||||||
back: this.currentRoute
|
back: this.currentRoute
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
// 商品品牌
|
// 商品品牌
|
||||||
import uniGrid from '@/components/uni-grid/uni-grid.vue';
|
|
||||||
import uniGridItem from '@/components/uni-grid-item/uni-grid-item.vue';
|
|
||||||
|
|
||||||
import DiyMinx from './minx.js'
|
import DiyMinx from './minx.js'
|
||||||
// 自定义商品品牌展示
|
// 自定义商品品牌展示
|
||||||
@@ -31,10 +29,6 @@ export default {
|
|||||||
type: Object
|
type: Object
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components: {
|
|
||||||
uniGrid,
|
|
||||||
uniGridItem
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
list: [],
|
list: [],
|
||||||
|
|||||||
@@ -253,15 +253,12 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import nsGoodsSkuIndex from '@/components/ns-goods-sku/ns-goods-sku-index.vue';
|
|
||||||
import DiyMinx from './minx.js'
|
import DiyMinx from './minx.js'
|
||||||
|
import util from '@/common/js/util.js'
|
||||||
|
|
||||||
// 自定义商品列表展示
|
// 自定义商品列表展示
|
||||||
export default {
|
export default {
|
||||||
name: 'diy-goods-list',
|
name: 'diy-goods-list',
|
||||||
components: {
|
|
||||||
nsGoodsSkuIndex
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
value: {
|
value: {
|
||||||
type: Object,
|
type: Object,
|
||||||
@@ -331,7 +328,7 @@ export default {
|
|||||||
if (this.goodsValue.ornament.type == 'stroke') {
|
if (this.goodsValue.ornament.type == 'stroke') {
|
||||||
obj += 'border:' + '2rpx solid ' + this.goodsValue.ornament.color + ';';
|
obj += 'border:' + '2rpx solid ' + this.goodsValue.ornament.color + ';';
|
||||||
}
|
}
|
||||||
const screenWidth = uni.getSystemInfoSync().windowWidth;
|
let screenWidth = util.getWindowInfo().windowWidth;
|
||||||
if (this.value.template == 'horizontal-slide') {
|
if (this.value.template == 'horizontal-slide') {
|
||||||
var width = '';
|
var width = '';
|
||||||
if (this.value.slideMode == 'scroll' && this.value.goodsMarginType == 'diy') width = this.rpxUpPx(
|
if (this.value.slideMode == 'scroll' && this.value.goodsMarginType == 'diy') width = this.rpxUpPx(
|
||||||
@@ -411,7 +408,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
rpxUpPx(res) {
|
rpxUpPx(res) {
|
||||||
const screenWidth = uni.getSystemInfoSync().windowWidth;
|
const screenWidth = util.getWindowInfo().windowWidth;
|
||||||
var data = (screenWidth * parseInt(res)) / 750;
|
var data = (screenWidth * parseInt(res)) / 750;
|
||||||
return Math.floor(data);
|
return Math.floor(data);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ export default {
|
|||||||
redirectTo(link) {
|
redirectTo(link) {
|
||||||
|
|
||||||
if (link.wap_url) {
|
if (link.wap_url) {
|
||||||
if (this.$util.getCurrRoute() == 'pages/member/index' && !this.storeToken) {
|
if (this.$util.getCurrRoute() == this.$util.MEMBER_PAGE_URL && !this.storeToken) {
|
||||||
this.$refs.login.open(link.wap_url);
|
this.$refs.login.open(link.wap_url);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -251,6 +251,16 @@
|
|||||||
<diy-icon :value="item"></diy-icon>
|
<diy-icon :value="item"></diy-icon>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template v-if="item.componentName == 'WechatChannel'">
|
||||||
|
<!-- 微信视频号 -->
|
||||||
|
<diy-wechat-channel :value="item"></diy-wechat-channel>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<template v-if="item.componentName == 'WechatChannelList'">
|
||||||
|
<!-- 微信视频号列表 -->
|
||||||
|
<diy-wechat-channel-list :value="item"></diy-wechat-channel-list>
|
||||||
|
</template>
|
||||||
|
|
||||||
<!-- 自定义扩展组件 -->
|
<!-- 自定义扩展组件 -->
|
||||||
<diy-comp-extend :value="item"></diy-comp-extend>
|
<diy-comp-extend :value="item"></diy-comp-extend>
|
||||||
</view>
|
</view>
|
||||||
@@ -260,8 +270,8 @@
|
|||||||
<script>
|
<script>
|
||||||
// 组件组展示
|
// 组件组展示
|
||||||
import DiyMinx from './minx.js'
|
import DiyMinx from './minx.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {},
|
|
||||||
props: {
|
props: {
|
||||||
diyData: {
|
diyData: {
|
||||||
type: Object
|
type: Object
|
||||||
|
|||||||
@@ -38,14 +38,11 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import nsLogin from '@/components/ns-login/ns-login.vue'
|
|
||||||
import DiyMinx from './minx.js'
|
import DiyMinx from './minx.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'diy-image-nav',
|
name: 'diy-image-nav',
|
||||||
components: {
|
|
||||||
nsLogin
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
value: {
|
value: {
|
||||||
type: Object,
|
type: Object,
|
||||||
@@ -119,7 +116,7 @@ export default {
|
|||||||
|
|
||||||
// 页面跳转
|
// 页面跳转
|
||||||
redirectTo(link) {
|
redirectTo(link) {
|
||||||
if (!link.wap_url || this.$util.getCurrRoute() != 'pages/member/index' || this.storeToken) {
|
if (!link.wap_url || this.$util.getCurrRoute() != this.$util.MEMBER_PAGE_URL || this.storeToken) {
|
||||||
this.$util.diyRedirectTo(link);
|
this.$util.diyRedirectTo(link);
|
||||||
} else {
|
} else {
|
||||||
this.$refs.login.open(link.wap_url);
|
this.$refs.login.open(link.wap_url);
|
||||||
|
|||||||
@@ -169,7 +169,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import nsLoading from '@/components/ns-loading/ns-loading.vue';
|
|
||||||
import DiyMinx from './minx.js'
|
import DiyMinx from './minx.js'
|
||||||
export default {
|
export default {
|
||||||
name: 'diy-index-page',
|
name: 'diy-index-page',
|
||||||
@@ -189,9 +188,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mixins: [DiyMinx],
|
mixins: [DiyMinx],
|
||||||
components: {
|
|
||||||
nsLoading
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
pageIndex: 0, //当前选中分类id
|
pageIndex: 0, //当前选中分类id
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view data-component-name="diy-picture" class="diy-picture" :style="style">
|
<view data-component-name="diy-listmenu" class="diy-listmenu" :style="style">
|
||||||
<view class="fui-cell-group">
|
<view class="fui-cell-group">
|
||||||
<!-- <image mode="widthFix" style="width: 100%;" :src="$util.img(item.imageUrl)"></image> -->
|
<!-- <image mode="widthFix" style="width: 100%;" :src="$util.img(item.imageUrl)"></image> -->
|
||||||
|
|
||||||
@@ -62,8 +62,8 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
redirectTo(link) {
|
redirectTo(link) {
|
||||||
if (link.wap_url) {
|
if (link.wap_url) {
|
||||||
if (this.$util.getCurrRoute() == 'pages/member/index' && !this.storeToken) {
|
if (this.$util.getCurrRoute() == this.$util.MEMBER_PAGE_URL && !this.storeToken) {
|
||||||
this.$refs.login.open(link.wap_url);
|
this.$refs?.login?.open(link.wap_url);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
@click.stop="modifyInfo()">{{ langIndex == 0 ? 'CN' : 'EN' }}</view>
|
@click.stop="modifyInfo()">{{ langIndex == 0 ? 'CN' : 'EN' }}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="info-wrap" v-else :style="infoStyle" @click="redirect('/pages/member/index')">
|
<view class="info-wrap" v-else :style="infoStyle" @click="redirect($util.MEMBER_PAGE_URL)">
|
||||||
<view class="headimg">
|
<view class="headimg">
|
||||||
<image :src="$util.getDefaultImage().head" mode="widthFix"></image>
|
<image :src="$util.getDefaultImage().head" mode="widthFix"></image>
|
||||||
</view>
|
</view>
|
||||||
@@ -243,7 +243,7 @@ let menuButtonInfo = {};
|
|||||||
menuButtonInfo = uni.getMenuButtonBoundingClientRect();
|
menuButtonInfo = uni.getMenuButtonBoundingClientRect();
|
||||||
// #endif
|
// #endif
|
||||||
// 自定义会员中心——会员信息展示
|
// 自定义会员中心——会员信息展示
|
||||||
import nsContact from '@/components/ns-contact/ns-contact.vue';
|
|
||||||
import DiyMinx from './minx.js'
|
import DiyMinx from './minx.js'
|
||||||
export default {
|
export default {
|
||||||
name: 'diy-member-info',
|
name: 'diy-member-info',
|
||||||
@@ -259,9 +259,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mixins: [DiyMinx],
|
mixins: [DiyMinx],
|
||||||
components: {
|
|
||||||
nsContact
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
info: null,
|
info: null,
|
||||||
@@ -548,7 +545,7 @@ export default {
|
|||||||
*/
|
*/
|
||||||
redirectBeforeAuth(url) {
|
redirectBeforeAuth(url) {
|
||||||
if (!this.storeToken) {
|
if (!this.storeToken) {
|
||||||
this.$refs.login.open('/pages/member/index');
|
this.$refs.login.open(this.$util.MEMBER_PAGE_URL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -586,7 +583,7 @@ export default {
|
|||||||
url: '/wechat/api/wechat/authcode',
|
url: '/wechat/api/wechat/authcode',
|
||||||
data: {
|
data: {
|
||||||
scopes: 'snsapi_userinfo',
|
scopes: 'snsapi_userinfo',
|
||||||
redirect_url: this.$config.h5Domain + '/pages/member/index'
|
redirect_url: this.$config.h5Domain + this.$util.MEMBER_PAGE_URL
|
||||||
},
|
},
|
||||||
success: res => {
|
success: res => {
|
||||||
if (res.code >= 0) {
|
if (res.code >= 0) {
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ export default {
|
|||||||
/* 点赞 */
|
/* 点赞 */
|
||||||
giveLike(noteId, index) {
|
giveLike(noteId, index) {
|
||||||
if (!this.storeToken) {
|
if (!this.storeToken) {
|
||||||
this.$refs.login.open('/pages/index/index');
|
this.$refs.login.open(this.$util.INDEX_PAGE_URL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ export default {
|
|||||||
},
|
},
|
||||||
redirectTo(link) {
|
redirectTo(link) {
|
||||||
if (link.wap_url) {
|
if (link.wap_url) {
|
||||||
if (this.$util.getCurrRoute() == 'pages/member/index' && !this.storeToken) {
|
if (this.$util.getCurrRoute() == this.$util.MEMBER_PAGE_URL && !this.storeToken) {
|
||||||
this.$refs.login.open(link.wap_url);
|
this.$refs.login.open(link.wap_url);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
redirectTo(link) {
|
redirectTo(link) {
|
||||||
if (link.wap_url) {
|
if (link.wap_url) {
|
||||||
if (this.$util.getCurrRoute() == 'pages/member/index' && !this.storeToken) {
|
if (this.$util.getCurrRoute() == this.$util.MEMBER_PAGE_URL && !this.storeToken) {
|
||||||
this.$refs.login.open(link.wap_url);
|
this.$refs.login.open(link.wap_url);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ export default {
|
|||||||
},
|
},
|
||||||
redirectTo(link) {
|
redirectTo(link) {
|
||||||
if (link.wap_url) {
|
if (link.wap_url) {
|
||||||
if (this.$util.getCurrRoute() == 'pages/member/index' && !this.storeToken) {
|
if (this.$util.getCurrRoute() == this.$util.MEMBER_PAGE_URL && !this.storeToken) {
|
||||||
this.$refs.login.open(link.wap_url);
|
this.$refs.login.open(link.wap_url);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -324,7 +324,7 @@ export default {
|
|||||||
await this.__$emitEvent({
|
await this.__$emitEvent({
|
||||||
eventName: 'text-tap', data: link, promiseCallback: (event, handler, awaitedResult) => {
|
eventName: 'text-tap', data: link, promiseCallback: (event, handler, awaitedResult) => {
|
||||||
if (!awaitedResult) return;
|
if (!awaitedResult) return;
|
||||||
$util.diyRedirectTo(link);
|
this.$util.diyRedirectTo(link);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,13 +62,10 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import uniPopup from '@/components/uni-popup/uni-popup.vue'
|
|
||||||
import DiyMinx from './minx.js'
|
import DiyMinx from './minx.js'
|
||||||
export default {
|
export default {
|
||||||
name: 'diy-video-list',
|
name: 'diy-video-list',
|
||||||
components: {
|
|
||||||
uniPopup
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
value: {
|
value: {
|
||||||
type: Object,
|
type: Object,
|
||||||
|
|||||||
458
components-diy/diy-wechat-channel-list.vue
Normal file
458
components-diy/diy-wechat-channel-list.vue
Normal file
@@ -0,0 +1,458 @@
|
|||||||
|
<template>
|
||||||
|
<view :style="componentStyle">
|
||||||
|
<!-- 固定布局模式 -->
|
||||||
|
<view v-if="value.showStyle == 'fixed'" :class="['channel-list', 'row1-of' + value.rowCount]"
|
||||||
|
style="padding:20rpx;">
|
||||||
|
<view v-for="(item, index) in value.list" :key="index" class="channel-item" @tap="playVideo(item)">
|
||||||
|
<view class="channel-img-wrap">
|
||||||
|
<image class="channel-img" style="border-radius:10rpx;" :src="$util.img(item.coverUrl)"
|
||||||
|
mode="aspectFill" @error="imgError(index)"></image>
|
||||||
|
<view class="channel-play-btn">
|
||||||
|
<image class="play-icon" style="width:30rpx;" :src="$util.img('addon/personnel/shop/view/enterprise/play.png')"
|
||||||
|
mode="widthFix"></image>
|
||||||
|
</view>
|
||||||
|
<view class="channel-stats">
|
||||||
|
<text>{{ item.viewCount }}次观看</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="channel-info-wrap">
|
||||||
|
<view class="channel-name" :style="{
|
||||||
|
'font-size': (value.font.size * 2 + 'rpx') + ';',
|
||||||
|
'font-weight': value.font.weight + ';',
|
||||||
|
'color': value.font.color + ';'
|
||||||
|
}">{{ item.channelName }}</view>
|
||||||
|
<view class="video-title" :style="{
|
||||||
|
'font-size': (value.font.size * 1.8 + 'rpx') + ';',
|
||||||
|
'color': '#666;'
|
||||||
|
}">{{ item.videoTitle }}</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- 其他布局模式 -->
|
||||||
|
<scroll-view v-else :class="['channel-nav', value.showStyle == 'fixed' ? 'fixed-layout' : value.showStyle]"
|
||||||
|
:scroll-x="value.showStyle == 'singleSlide'">
|
||||||
|
<view class="uni-scroll-view-content">
|
||||||
|
<view v-for="(item, index) in value.list" :key="index" :class="['channel-nav-item', value.mode]"
|
||||||
|
:style="{ width: (100 / value.rowCount + '%') + ';' }" @tap="playVideo(item)">
|
||||||
|
<view class="channel-img">
|
||||||
|
<image :style="{
|
||||||
|
'max-width': '100%;',
|
||||||
|
'border-radius': '8rpx;'
|
||||||
|
}" :src="$util.img(item.coverUrl)" mode="aspectFill"
|
||||||
|
:show-menu-by-longpress="true"></image>
|
||||||
|
<view class="channel-play-btn">
|
||||||
|
<image class="play-icon" style="width:30rpx;" :src="$util.img('addon/personnel/shop/view/enterprise/play.png')"
|
||||||
|
mode="widthFix"></image>
|
||||||
|
</view>
|
||||||
|
<view class="channel-stats">
|
||||||
|
<text>{{ item.viewCount }}次观看</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="channel-text" :style="{
|
||||||
|
'margin-left': '16rpx;',
|
||||||
|
'font-size': (value.font.size * 2 + 'rpx') + ';',
|
||||||
|
'font-weight': value.font.weight + ';',
|
||||||
|
'color': value.font.color + ';'
|
||||||
|
}">{{ item.videoTitle }}</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</scroll-view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
import DiyMinx from './minx.js'
|
||||||
|
export default {
|
||||||
|
name: 'diy-wechat-channel-list',
|
||||||
|
props: {
|
||||||
|
value: {
|
||||||
|
type: Object,
|
||||||
|
default: () => ({})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mixins: [DiyMinx],
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
pageWidth: '',
|
||||||
|
indicatorDots: false,
|
||||||
|
swiperCurrent: 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
created() {
|
||||||
|
// 组件创建时的逻辑
|
||||||
|
},
|
||||||
|
watch: {
|
||||||
|
componentRefresh(newValue) {
|
||||||
|
// 监听组件刷新
|
||||||
|
}
|
||||||
|
},
|
||||||
|
computed: {
|
||||||
|
componentStyle() {
|
||||||
|
let style = '';
|
||||||
|
style += 'background-color:' + this.value.componentBgColor + ';';
|
||||||
|
|
||||||
|
if (this.value.componentAngle == 'round') {
|
||||||
|
style += 'border-top-left-radius:' + (2 * this.value.topAroundRadius) + 'rpx;';
|
||||||
|
style += 'border-top-right-radius:' + (2 * this.value.topAroundRadius) + 'rpx;';
|
||||||
|
style += 'border-bottom-left-radius:' + (2 * this.value.bottomAroundRadius) + 'rpx;';
|
||||||
|
style += 'border-bottom-right-radius:' + (2 * this.value.bottomAroundRadius) + 'rpx;';
|
||||||
|
}
|
||||||
|
|
||||||
|
style += 'box-shadow:' + (this.value.ornament.type == 'shadow' ? '0 0 10rpx ' + this.value.ornament.color : '') + ';';
|
||||||
|
style += 'border:' + (this.value.ornament.type == 'stroke' ? '2rpx solid ' + this.value.ornament.color : '') + ';';
|
||||||
|
|
||||||
|
return style;
|
||||||
|
},
|
||||||
|
|
||||||
|
swiperHeight() {
|
||||||
|
let height = 0;
|
||||||
|
|
||||||
|
if (this.value.mode == 'graphic') {
|
||||||
|
height = (49 + this.value.imageSize) * this.value.pageCount;
|
||||||
|
} else if (this.value.mode == 'img') {
|
||||||
|
height = (22 + this.value.imageSize) * this.value.pageCount;
|
||||||
|
} else if (this.value.mode == 'text') {
|
||||||
|
height = 43 * this.value.pageCount;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 'height:' + (2 * height) + 'rpx';
|
||||||
|
},
|
||||||
|
|
||||||
|
isIndicatorDots() {
|
||||||
|
return this.value.carousel.type != 'hide' &&
|
||||||
|
1 != Math.ceil(this.value.list.length / (this.value.pageCount * this.value.rowCount));
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
// 播放视频
|
||||||
|
async playVideo(item) {
|
||||||
|
await this.__$emitEvent({
|
||||||
|
eventName: 'video-play', data: item, promiseCallback: (event, handler, awaitedResult) => {
|
||||||
|
if (!awaitedResult) return;
|
||||||
|
// 检查微信环境
|
||||||
|
if (typeof wx === 'undefined') {
|
||||||
|
console.error('当前环境不是微信小程序');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
// 检查基础库版本
|
||||||
|
const systemInfo = wx.getSystemInfoSync();
|
||||||
|
const SDKVersion = systemInfo.SDKVersion;
|
||||||
|
const versionCompare = (v1, v2) => {
|
||||||
|
const arr1 = v1.split('.');
|
||||||
|
const arr2 = v2.split('.');
|
||||||
|
for (let i = 0; i < Math.max(arr1.length, arr2.length); i++) {
|
||||||
|
const num1 = parseInt(arr1[i] || 0);
|
||||||
|
const num2 = parseInt(arr2[i] || 0);
|
||||||
|
if (num1 > num2) return 1;
|
||||||
|
if (num1 < num2) return -1;
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
};
|
||||||
|
if (versionCompare(SDKVersion, '2.19.2') < 0) {
|
||||||
|
console.error('当前微信基础库版本过低,需要 2.19.2 或以上版本');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
// 调用微信视频号播放API
|
||||||
|
if (wx.openChannelsActivity) {
|
||||||
|
wx.openChannelsActivity({
|
||||||
|
feedId: item.feedId,
|
||||||
|
finderUserName: item.finderUserName,
|
||||||
|
success: (res) => {
|
||||||
|
console.log('打开视频号成功', res);
|
||||||
|
},
|
||||||
|
fail: (err) => {
|
||||||
|
console.error('打开视频号失败', err);
|
||||||
|
// 错误码处理
|
||||||
|
switch (err.errCode) {
|
||||||
|
case 40001:
|
||||||
|
console.error('错误:40001,检查主体要求或嵌入式打开的关联关系');
|
||||||
|
break;
|
||||||
|
case 40002:
|
||||||
|
console.error('错误:40002,参数错误,检查 feedId 和 finderUserName');
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
console.error('错误:' + err.errCode + ',' + (err.errMsg || '未知错误'));
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
console.error('当前环境不支持微信视频号');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
// 图片加载错误处理
|
||||||
|
imgError(index) {
|
||||||
|
// 图片加载失败的处理逻辑
|
||||||
|
console.log('图片加载失败:', index);
|
||||||
|
// 为失败的图片设置默认图片
|
||||||
|
const item = this.value.list[index];
|
||||||
|
if (item) {
|
||||||
|
// 使用默认图片替代加载失败的图片
|
||||||
|
item.coverUrl = 'addon/personnel/shop/view/enterprise/default-video-cover.png';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.channel-list {
|
||||||
|
&.row1-of3 {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
.channel-item {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
margin-top: 20rpx;
|
||||||
|
width: calc(33.3333333% - 14rpx);
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
&:nth-child(3n + 3) {
|
||||||
|
width: calc(33.33% - 15rpx);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:nth-of-type(1),
|
||||||
|
&:nth-of-type(2),
|
||||||
|
&:nth-of-type(3) {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:nth-child(3n) {
|
||||||
|
width: calc(33.3333333% - 15rpx);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:nth-child(3n-1) {
|
||||||
|
margin-left: 20rpx;
|
||||||
|
margin-right: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-img-wrap {
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 220rpx;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-play-btn {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
width: 60rpx;
|
||||||
|
height: 60rpx;
|
||||||
|
background-color: rgba(0, 0, 0, 0.4);
|
||||||
|
border-radius: 50%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-stats {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
|
||||||
|
padding: 10rpx;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-info-wrap {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
|
padding: 10rpx 0;
|
||||||
|
|
||||||
|
.channel-name {
|
||||||
|
margin-bottom: 4rpx;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-title {
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.row1-of2 {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
.channel-item {
|
||||||
|
position: relative;
|
||||||
|
margin-top: 20rpx;
|
||||||
|
width: calc(50% - 10rpx);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
&:nth-child(2n) {
|
||||||
|
margin-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:nth-of-type(1),
|
||||||
|
&:nth-of-type(2) {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-img-wrap {
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 340rpx;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-play-btn {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
width: 80rpx;
|
||||||
|
height: 80rpx;
|
||||||
|
background-color: rgba(0, 0, 0, 0.4);
|
||||||
|
border-radius: 50%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-stats {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
|
||||||
|
padding: 10rpx;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-info-wrap {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
|
padding: 10rpx 0;
|
||||||
|
|
||||||
|
.channel-name {
|
||||||
|
margin-bottom: 4rpx;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-title {
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-nav {
|
||||||
|
padding: 16rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
&.fixed-layout {
|
||||||
|
.uni-scroll-view-content {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.singleSlide {
|
||||||
|
.uni-scroll-view-content {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-nav-item {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-nav-item {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
padding: 14rpx 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
.channel-img {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
height: 200rpx;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
image {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-play-btn {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
width: 60rpx;
|
||||||
|
height: 60rpx;
|
||||||
|
background-color: rgba(0, 0, 0, 0.4);
|
||||||
|
border-radius: 50%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-stats {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
|
||||||
|
padding: 10rpx;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 20rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-text {
|
||||||
|
padding-top: 12rpx;
|
||||||
|
line-height: 1.5;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
232
components-diy/diy-wechat-channel.vue
Normal file
232
components-diy/diy-wechat-channel.vue
Normal file
@@ -0,0 +1,232 @@
|
|||||||
|
<template>
|
||||||
|
<!-- #ifdef MP-WEIXIN -->
|
||||||
|
<view class="diy-wechat-channel" :style="channelWarpCss">
|
||||||
|
<view class="channel-header" @tap="handlerClick">
|
||||||
|
<image class="channel-avatar" :src="$util.img(value.avatarUrl)" mode="aspectFill"></image>
|
||||||
|
<view class="channel-info">
|
||||||
|
<view class="channel-name">{{ value.channelName }}</view>
|
||||||
|
<view class="channel-follow" v-if="value.showFollow">关注</view>
|
||||||
|
</view>
|
||||||
|
<image class="channel-arrow" :src="$util.img('addon/personnel/shop/view/enterprise/arrow.png')" mode="aspectFill"></image>
|
||||||
|
</view>
|
||||||
|
<!-- 嵌入式视频播放 -->
|
||||||
|
<native-component v-if="value.embedMode && typeof wx !== 'undefined' && wx.canIUse('component.channel-video')">
|
||||||
|
<channel-video
|
||||||
|
:feed-id="value.feedId"
|
||||||
|
:finder-user-name="value.finderUserName"
|
||||||
|
:feed-token="value.feedToken"
|
||||||
|
style="width: 100%; height: 320rpx;">
|
||||||
|
</channel-video>
|
||||||
|
</native-component>
|
||||||
|
<!-- 跳转式视频播放 -->
|
||||||
|
<view v-else class="channel-video" @tap="playVideo">
|
||||||
|
<image class="video-cover" :src="$util.img(value.coverUrl)" mode="aspectFill"></image>
|
||||||
|
<view class="video-play-btn">
|
||||||
|
<image class="play-icon" :src="$util.img('addon/personnel/shop/view/enterprise/play.png')" mode="aspectFill"></image>
|
||||||
|
</view>
|
||||||
|
<view class="video-info">
|
||||||
|
<view class="video-title">{{ value.videoTitle }}</view>
|
||||||
|
<view class="video-stats">
|
||||||
|
<text>{{ value.viewCount }}次观看</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<!-- #endif -->
|
||||||
|
</template>
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
// 微信视频号组件
|
||||||
|
import DiyMinx from './minx.js'
|
||||||
|
export default {
|
||||||
|
name: 'diy-wechat-channel',
|
||||||
|
props: {
|
||||||
|
value: {
|
||||||
|
type: Object
|
||||||
|
}
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {};
|
||||||
|
},
|
||||||
|
created() { },
|
||||||
|
mixins: [DiyMinx],
|
||||||
|
watch: {
|
||||||
|
// 组件刷新监听
|
||||||
|
componentRefresh: function (nval) { }
|
||||||
|
},
|
||||||
|
computed: {
|
||||||
|
channelWarpCss: function () {
|
||||||
|
var obj = '';
|
||||||
|
if (this.value.componentAngle == 'round') {
|
||||||
|
obj += 'border-top-left-radius:' + this.value.topAroundRadius * 2 + 'rpx;';
|
||||||
|
obj += 'border-top-right-radius:' + this.value.topAroundRadius * 2 + 'rpx;';
|
||||||
|
obj += 'border-bottom-left-radius:' + this.value.bottomAroundRadius * 2 + 'rpx;';
|
||||||
|
obj += 'border-bottom-right-radius:' + this.value.bottomAroundRadius * 2 + 'rpx;';
|
||||||
|
}
|
||||||
|
return obj;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
async handlerClick() {
|
||||||
|
await this.__$emitEvent({
|
||||||
|
eventName: 'channel-tap', data: this.value, promiseCallback: (event, handler, awaitedResult) => {
|
||||||
|
if (!awaitedResult) return;
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
async playVideo() {
|
||||||
|
await this.__$emitEvent({
|
||||||
|
eventName: 'video-play', data: this.value, promiseCallback: (event, handler, awaitedResult) => {
|
||||||
|
if (!awaitedResult) return;
|
||||||
|
// 检查微信环境
|
||||||
|
if (typeof wx === 'undefined') {
|
||||||
|
console.error('当前环境不是微信小程序');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
// 检查基础库版本
|
||||||
|
const systemInfo = wx.getSystemInfoSync();
|
||||||
|
const SDKVersion = systemInfo.SDKVersion;
|
||||||
|
const versionCompare = (v1, v2) => {
|
||||||
|
const arr1 = v1.split('.');
|
||||||
|
const arr2 = v2.split('.');
|
||||||
|
for (let i = 0; i < Math.max(arr1.length, arr2.length); i++) {
|
||||||
|
const num1 = parseInt(arr1[i] || 0);
|
||||||
|
const num2 = parseInt(arr2[i] || 0);
|
||||||
|
if (num1 > num2) return 1;
|
||||||
|
if (num1 < num2) return -1;
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
};
|
||||||
|
if (versionCompare(SDKVersion, '2.19.2') < 0) {
|
||||||
|
console.error('当前微信基础库版本过低,需要 2.19.2 或以上版本');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
// 调用微信视频号播放API
|
||||||
|
if (wx.openChannelsActivity) {
|
||||||
|
wx.openChannelsActivity({
|
||||||
|
feedId: this.value.feedId,
|
||||||
|
finderUserName: this.value.finderUserName,
|
||||||
|
success: (res) => {
|
||||||
|
console.log('打开视频号成功', res);
|
||||||
|
},
|
||||||
|
fail: (err) => {
|
||||||
|
console.error('打开视频号失败', err);
|
||||||
|
// 错误码处理
|
||||||
|
switch (err.errCode) {
|
||||||
|
case 40001:
|
||||||
|
console.error('错误:40001,检查主体要求或嵌入式打开的关联关系');
|
||||||
|
break;
|
||||||
|
case 40002:
|
||||||
|
console.error('错误:40002,参数错误,检查 feedId 和 finderUserName');
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
console.error('错误:' + err.errCode + ',' + (err.errMsg || '未知错误'));
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
console.error('当前环境不支持微信视频号');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.diy-wechat-channel {
|
||||||
|
width: 100%;
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 12rpx;
|
||||||
|
overflow: hidden;
|
||||||
|
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08);
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 16rpx;
|
||||||
|
border-bottom: 1rpx solid #f0f0f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-avatar {
|
||||||
|
width: 60rpx;
|
||||||
|
height: 60rpx;
|
||||||
|
border-radius: 50%;
|
||||||
|
margin-right: 12rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-info {
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-name {
|
||||||
|
font-size: 28rpx;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #333;
|
||||||
|
margin-bottom: 4rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-follow {
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #07c160;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-arrow {
|
||||||
|
width: 24rpx;
|
||||||
|
height: 24rpx;
|
||||||
|
margin-left: 8rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.channel-video {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-cover {
|
||||||
|
width: 100%;
|
||||||
|
height: 320rpx;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-play-btn {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
width: 80rpx;
|
||||||
|
height: 80rpx;
|
||||||
|
background-color: rgba(0, 0, 0, 0.4);
|
||||||
|
border-radius: 50%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.play-icon {
|
||||||
|
width: 40rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-info {
|
||||||
|
padding: 16rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-title {
|
||||||
|
font-size: 28rpx;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #333;
|
||||||
|
margin-bottom: 8rpx;
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-stats {
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -357,14 +357,10 @@
|
|||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import nsLoading from '@/components/ns-loading/ns-loading.vue'
|
|
||||||
import aiService from '@/common/js/ai-service.js'
|
import aiService from '@/common/js/ai-service.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ai-chat-message',
|
name: 'ai-chat-message',
|
||||||
components: {
|
|
||||||
nsLoading
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
// 初始消息列表
|
// 初始消息列表
|
||||||
initialMessages: {
|
initialMessages: {
|
||||||
|
|||||||
@@ -71,11 +71,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import nsChatGoods from '@/pages_tool/components/ns-chat/ns-chat-goods.vue';
|
|
||||||
import nsChatOrder from '@/pages_tool/components/ns-chat/ns-chat-order.vue';
|
|
||||||
import nsChatReceiveGoods from '@/pages_tool/components/ns-chat/ns-chat-receiveGoods.vue';
|
|
||||||
import htmlParser from '@/common/js/html-parser';
|
import htmlParser from '@/common/js/html-parser';
|
||||||
import uniPopup from '@/components/uni-popup/uni-popup.vue';
|
|
||||||
import emjoy from '@/common/js/emjoy.js';
|
import emjoy from '@/common/js/emjoy.js';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@@ -98,12 +94,6 @@
|
|||||||
currImg: ''
|
currImg: ''
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
components: {
|
|
||||||
nsChatGoods,
|
|
||||||
nsChatOrder,
|
|
||||||
uniPopup,
|
|
||||||
nsChatReceiveGoods
|
|
||||||
},
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.avatar = this.$util.img(this.siteInfo.logo_square);
|
this.avatar = this.$util.img(this.siteInfo.logo_square);
|
||||||
this.myHeadImg = this.$util.img(this.memberInfo.headimg);
|
this.myHeadImg = this.$util.img(this.memberInfo.headimg);
|
||||||
@@ -636,6 +636,8 @@
|
|||||||
<script>
|
<script>
|
||||||
import payment from './payment.js';
|
import payment from './payment.js';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'common-payment',
|
name: 'common-payment',
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
@@ -270,7 +270,7 @@ export default {
|
|||||||
});
|
});
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}, 1000)
|
}, 1000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -420,12 +420,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
// 商品详情视图
|
// 商品详情视图
|
||||||
import uniPopup from '@/components/uni-popup/uni-popup.vue';
|
|
||||||
import nsGoodsRecommend from '@/components/ns-goods-recommend/ns-goods-recommend.vue';
|
|
||||||
import pengpaiFadeinOut from '@/components/pengpai-fadein-out/pengpai-fadein-out.vue';
|
|
||||||
import xiaoStarComponent from '@/components/xiao-star-component/xiao-star-component.vue';
|
|
||||||
import scroll from '@/common/js/scroll-view.js';
|
import scroll from '@/common/js/scroll-view.js';
|
||||||
import toTop from '@/components/toTop/toTop.vue';
|
|
||||||
import detail from './detail.js';
|
import detail from './detail.js';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@@ -438,13 +433,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components: {
|
|
||||||
uniPopup,
|
|
||||||
nsGoodsRecommend,
|
|
||||||
pengpaiFadeinOut,
|
|
||||||
toTop,
|
|
||||||
xiaoStarComponent
|
|
||||||
},
|
|
||||||
mixins: [scroll, detail]
|
mixins: [scroll, detail]
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -81,7 +81,6 @@ export default {
|
|||||||
this.isLanguageSwitchEnabled = e.data.ischina;
|
this.isLanguageSwitchEnabled = e.data.ischina;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
currentLangDisplayName() {
|
currentLangDisplayName() {
|
||||||
@@ -182,8 +181,6 @@ export default {
|
|||||||
bottom: 320rpx;
|
bottom: 320rpx;
|
||||||
// #endif
|
// #endif
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
// background: #fff;
|
|
||||||
// box-shadow: 2rpx 2rpx 22rpx rgba(0, 0, 0, 0.3);
|
|
||||||
border-radius: 120rpx;
|
border-radius: 120rpx;
|
||||||
padding: 20rpx 0;
|
padding: 20rpx 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -202,8 +199,8 @@ export default {
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 14rpx 0;
|
margin: 14rpx 0;
|
||||||
transition: 0.1s;
|
transition: 0.1s;
|
||||||
background: #c6251b;
|
background: var(--hover-nav-bg-color);
|
||||||
color: #fff;
|
color: var(--hover-nav-text-color);
|
||||||
border-radius: 40rpx;
|
border-radius: 40rpx;
|
||||||
width: 80rpx;
|
width: 80rpx;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
|
|||||||
@@ -62,8 +62,6 @@
|
|||||||
// 引入回到顶部组件
|
// 引入回到顶部组件
|
||||||
import MescrollTop from './components/mescroll-top.vue';
|
import MescrollTop from './components/mescroll-top.vue';
|
||||||
|
|
||||||
import nsLoading from '@/components/ns-loading/ns-loading.vue';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'mescroll-uni',
|
name: 'mescroll-uni',
|
||||||
components: {
|
components: {
|
||||||
|
|||||||
@@ -80,14 +80,10 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import uniPopup from '../uni-popup/uni-popup.vue';
|
|
||||||
|
|
||||||
// 注册奖励弹出层
|
// 注册奖励弹出层
|
||||||
export default {
|
export default {
|
||||||
name: 'ns-birthday-gift',
|
name: 'ns-birthday-gift',
|
||||||
components: {
|
|
||||||
uniPopup
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
birthday: {
|
birthday: {
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ export default {
|
|||||||
if (this.emptyBtn.url) {
|
if (this.emptyBtn.url) {
|
||||||
this.$util.redirectTo(this.emptyBtn.url, {}, 'redirectTo');
|
this.$util.redirectTo(this.emptyBtn.url, {}, 'redirectTo');
|
||||||
} else {
|
} else {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
re(text) {
|
re(text) {
|
||||||
|
|||||||
@@ -200,12 +200,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import pickRegions from '@/components/pick-regions/pick-regions.vue';
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ns-form',
|
name: 'ns-form',
|
||||||
components: {
|
|
||||||
pickRegions
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
data: {
|
data: {
|
||||||
type: Array,
|
type: Array,
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import nsContact from '@/components/ns-contact/ns-contact.vue';
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ns-goods-action-icon',
|
name: 'ns-goods-action-icon',
|
||||||
props: {
|
props: {
|
||||||
@@ -72,9 +71,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components:{
|
|
||||||
nsContact
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
clickEvent() {
|
clickEvent() {
|
||||||
this.$emit('click');
|
this.$emit('click');
|
||||||
|
|||||||
@@ -3,16 +3,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import nsLoading from '@/components/ns-loading/ns-loading.vue';
|
|
||||||
import nsGoodsSkuIndex from '@/components/ns-goods-sku/ns-goods-sku-index.vue';
|
|
||||||
|
|
||||||
// 商品推荐
|
// 商品推荐
|
||||||
export default {
|
export default {
|
||||||
name: 'ns-goods-recommend',
|
name: 'ns-goods-recommend',
|
||||||
components: {
|
|
||||||
nsLoading,
|
|
||||||
nsGoodsSkuIndex
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
list: [],
|
list: [],
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -2,235 +2,233 @@
|
|||||||
<view class="goods-sku">
|
<view class="goods-sku">
|
||||||
<ns-login ref="login"></ns-login>
|
<ns-login ref="login"></ns-login>
|
||||||
<!-- sku选择 -->
|
<!-- sku选择 -->
|
||||||
<ns-goods-sku v-if="goodsDetail.goods_id" ref="goodsSku" :goods-id="goodsDetail.goods_id" :goods-detail="goodsDetail" :max-buy="goodsDetail.max_buy" :min-buy="goodsDetail.min_buy" @refresh="refreshGoodsSkuDetail"></ns-goods-sku>
|
<ns-goods-sku v-if="goodsDetail.goods_id" ref="goodsSku" :goods-id="goodsDetail.goods_id"
|
||||||
|
:goods-detail="goodsDetail" :max-buy="goodsDetail.max_buy" :min-buy="goodsDetail.min_buy"
|
||||||
|
@refresh="refreshGoodsSkuDetail"></ns-goods-sku>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import nsGoodsSku from '@/components/ns-goods-sku/ns-goods-sku.vue';
|
// 商品SKU
|
||||||
// 商品SKU
|
export default {
|
||||||
export default {
|
name: 'ns-goods-sku-index',
|
||||||
name: 'ns-goods-sku-index',
|
data() {
|
||||||
components: {
|
return {
|
||||||
nsGoodsSku
|
timeout: {},
|
||||||
|
isRepeat: false,
|
||||||
|
goodsDetail: {}
|
||||||
|
};
|
||||||
|
},
|
||||||
|
created() { },
|
||||||
|
methods: {
|
||||||
|
/**
|
||||||
|
* 添加购物车
|
||||||
|
* @param {Object} config 购物车事件(detail-详情,cart-加入购物车)
|
||||||
|
* @param {Object} data 商品项
|
||||||
|
*/
|
||||||
|
addCart(config, data, event) {
|
||||||
|
if (!this.storeToken) {
|
||||||
|
this.$refs.login.open(this.$util.INDEX_PAGE_URL);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (config == "detail" || data.is_virtual) {
|
||||||
|
this.$util.redirectTo('/pages_goods/detail', {
|
||||||
|
goods_id: data.goods_id
|
||||||
|
});
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
// 多规格
|
||||||
|
if (data.goods_spec_format) {
|
||||||
|
this.multiSpecificationGoods(data);
|
||||||
|
} else {
|
||||||
|
this.singleSpecificationGoods(data, event);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
data() {
|
/**
|
||||||
return {
|
* 单规格
|
||||||
timeout: {},
|
* @param {Object} data 商品项
|
||||||
isRepeat: false,
|
*/
|
||||||
goodsDetail: {}
|
singleSpecificationGoods(data, event) {
|
||||||
};
|
let cart =
|
||||||
},
|
this.cartList['goods_' + data.goods_id] && this.cartList['goods_' + data.goods_id]['sku_' + data
|
||||||
created() {},
|
.sku_id
|
||||||
methods: {
|
] ?
|
||||||
/**
|
|
||||||
* 添加购物车
|
|
||||||
* @param {Object} config 购物车事件(detail-详情,cart-加入购物车)
|
|
||||||
* @param {Object} data 商品项
|
|
||||||
*/
|
|
||||||
addCart(config, data, event) {
|
|
||||||
if (!this.storeToken) {
|
|
||||||
this.$refs.login.open('/pages/index/index')
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (config == "detail" || data.is_virtual) {
|
|
||||||
this.$util.redirectTo('/pages_goods/detail', {
|
|
||||||
goods_id: data.goods_id
|
|
||||||
});
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
// 多规格
|
|
||||||
if (data.goods_spec_format) {
|
|
||||||
this.multiSpecificationGoods(data);
|
|
||||||
} else {
|
|
||||||
this.singleSpecificationGoods(data, event);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
/**
|
|
||||||
* 单规格
|
|
||||||
* @param {Object} data 商品项
|
|
||||||
*/
|
|
||||||
singleSpecificationGoods(data, event) {
|
|
||||||
let cart =
|
|
||||||
this.cartList['goods_' + data.goods_id] && this.cartList['goods_' + data.goods_id]['sku_' + data
|
|
||||||
.sku_id
|
|
||||||
] ?
|
|
||||||
this.cartList['goods_' + data.goods_id]['sku_' + data.sku_id] :
|
this.cartList['goods_' + data.goods_id]['sku_' + data.sku_id] :
|
||||||
null;
|
null;
|
||||||
|
|
||||||
let cartNum = cart ? cart.num : 0;
|
let cartNum = cart ? cart.num : 0;
|
||||||
let api = cart && cart.cart_id ? '/api/cart/edit' : '/api/cart/add';
|
let api = cart && cart.cart_id ? '/api/cart/edit' : '/api/cart/add';
|
||||||
let minBuy = data.min_buy > 0 ? data.min_buy : 1;
|
let minBuy = data.min_buy > 0 ? data.min_buy : 1;
|
||||||
let num = cartNum >= minBuy ? cartNum : minBuy;
|
let num = cartNum >= minBuy ? cartNum : minBuy;
|
||||||
let _num = num;
|
let _num = num;
|
||||||
if(cart && cart.cart_id){
|
if (cart && cart.cart_id) {
|
||||||
_num = _num + (data.min_buy > 0 ? data.min_buy : 1)
|
_num = _num + (data.min_buy > 0 ? data.min_buy : 1)
|
||||||
}
|
}
|
||||||
let cart_id = cart ? cart.cart_id : 0;
|
let cart_id = cart ? cart.cart_id : 0;
|
||||||
if (_num > parseInt(data.stock)) {
|
if (_num > parseInt(data.stock)) {
|
||||||
this.$util.showToast({
|
this.$util.showToast({
|
||||||
title: '商品库存不足'
|
title: '商品库存不足'
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (data.is_limit && data.max_buy && _num > parseInt(data.max_buy)) {
|
|
||||||
this.$util.showToast({
|
|
||||||
title: `该商品每人限购${data.max_buy}${data.unit || '件'}`
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (cart) {
|
|
||||||
this.cartList['goods_' + data.goods_id]['sku_' + data.sku_id].num = _num;
|
|
||||||
} else {
|
|
||||||
|
|
||||||
// 如果商品第一次添加,则初始化数据
|
|
||||||
if (!this.cartList['goods_' + data.goods_id]) {
|
|
||||||
this.cartList['goods_' + data.goods_id] = {};
|
|
||||||
}
|
|
||||||
|
|
||||||
let discount_price = data.discount_price;
|
|
||||||
if (data.member_price > 0 && Number(data.member_price) <= Number(data.discount_price)) {
|
|
||||||
discount_price = data.member_price;
|
|
||||||
}
|
|
||||||
|
|
||||||
this.cartList['goods_' + data.goods_id]['sku_' + data.sku_id] = {
|
|
||||||
cart_id,
|
|
||||||
goods_id: data.goods_id,
|
|
||||||
sku_id: data.sku_id,
|
|
||||||
num: _num,
|
|
||||||
discount_price
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.isRepeat) return;
|
|
||||||
this.isRepeat = true;
|
|
||||||
|
|
||||||
this.$emit('addCart', event.currentTarget.id);
|
|
||||||
|
|
||||||
this.$api.sendRequest({
|
|
||||||
url: api,
|
|
||||||
data: {
|
|
||||||
cart_id,
|
|
||||||
sku_id: data.sku_id,
|
|
||||||
num: _num
|
|
||||||
},
|
|
||||||
success: res => {
|
|
||||||
this.isRepeat = false;
|
|
||||||
if (res.code == 0) {
|
|
||||||
if (cart_id == 0) {
|
|
||||||
this.cartList['goods_' + data.goods_id]['sku_' + data.sku_id].cart_id =
|
|
||||||
res.data;
|
|
||||||
}
|
|
||||||
this.$util.showToast({
|
|
||||||
title: "商品添加购物车成功"
|
|
||||||
});
|
|
||||||
this.$store.commit('setCartChange');
|
|
||||||
this.$store.dispatch('cartCalculate');
|
|
||||||
this.$emit("cartListChange", this.cartList);
|
|
||||||
} else {
|
|
||||||
this.$util.showToast({
|
|
||||||
title: res.message
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
},
|
return;
|
||||||
/**
|
}
|
||||||
* 多规格
|
if (data.is_limit && data.max_buy && _num > parseInt(data.max_buy)) {
|
||||||
* @param {Object} data 商品项
|
this.$util.showToast({
|
||||||
*/
|
title: `该商品每人限购${data.max_buy}${data.unit || '件'}`
|
||||||
multiSpecificationGoods(data) {
|
});
|
||||||
this.$api.sendRequest({
|
return;
|
||||||
url: '/api/goodssku/getInfoForCategory',
|
}
|
||||||
data: {
|
|
||||||
sku_id: data.sku_id
|
|
||||||
},
|
|
||||||
success: res => {
|
|
||||||
if (res.code >= 0) {
|
|
||||||
let item = res.data;
|
|
||||||
item.unit = item.unit || '件';
|
|
||||||
|
|
||||||
if (item.sku_images) item.sku_images = item.sku_images.split(',');
|
if (cart) {
|
||||||
else item.sku_images = [];
|
this.cartList['goods_' + data.goods_id]['sku_' + data.sku_id].num = _num;
|
||||||
|
} else {
|
||||||
|
|
||||||
// 多规格时合并主图
|
// 如果商品第一次添加,则初始化数据
|
||||||
if (item.goods_spec_format && item.goods_image) {
|
if (!this.cartList['goods_' + data.goods_id]) {
|
||||||
item.goods_image = item.goods_image.split(',');
|
this.cartList['goods_' + data.goods_id] = {};
|
||||||
item.sku_images = item.goods_image.concat(item.sku_images);
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// 当前商品SKU规格
|
let discount_price = data.discount_price;
|
||||||
if (item.sku_spec_format) item.sku_spec_format = JSON.parse(item.sku_spec_format);
|
if (data.member_price > 0 && Number(data.member_price) <= Number(data.discount_price)) {
|
||||||
|
discount_price = data.member_price;
|
||||||
|
}
|
||||||
|
|
||||||
// 商品SKU格式
|
this.cartList['goods_' + data.goods_id]['sku_' + data.sku_id] = {
|
||||||
if (item.goods_spec_format) item.goods_spec_format = JSON.parse(item.goods_spec_format);
|
cart_id,
|
||||||
|
goods_id: data.goods_id,
|
||||||
|
sku_id: data.sku_id,
|
||||||
|
num: _num,
|
||||||
|
discount_price
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
// 限时折扣
|
if (this.isRepeat) return;
|
||||||
if (item.promotion_type == 1) {
|
this.isRepeat = true;
|
||||||
item.discountTimeMachine = this.$util.countDown(item.end_time - res.timestamp);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (item.promotion_type == 1 && item.discountTimeMachine) {
|
this.$emit('addCart', event.currentTarget.id);
|
||||||
if (item.member_price > 0 && Number(item.member_price) <= Number(item.discount_price)) {
|
|
||||||
item.show_price = item.member_price;
|
this.$api.sendRequest({
|
||||||
} else {
|
url: api,
|
||||||
item.show_price = item.discount_price;
|
data: {
|
||||||
}
|
cart_id,
|
||||||
} else if (item.member_price > 0) {
|
sku_id: data.sku_id,
|
||||||
|
num: _num
|
||||||
|
},
|
||||||
|
success: res => {
|
||||||
|
this.isRepeat = false;
|
||||||
|
if (res.code == 0) {
|
||||||
|
if (cart_id == 0) {
|
||||||
|
this.cartList['goods_' + data.goods_id]['sku_' + data.sku_id].cart_id =
|
||||||
|
res.data;
|
||||||
|
}
|
||||||
|
this.$util.showToast({
|
||||||
|
title: "商品添加购物车成功"
|
||||||
|
});
|
||||||
|
this.$store.commit('setCartChange');
|
||||||
|
this.$store.dispatch('cartCalculate');
|
||||||
|
this.$emit("cartListChange", this.cartList);
|
||||||
|
} else {
|
||||||
|
this.$util.showToast({
|
||||||
|
title: res.message
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
|
/**
|
||||||
|
* 多规格
|
||||||
|
* @param {Object} data 商品项
|
||||||
|
*/
|
||||||
|
multiSpecificationGoods(data) {
|
||||||
|
this.$api.sendRequest({
|
||||||
|
url: '/api/goodssku/getInfoForCategory',
|
||||||
|
data: {
|
||||||
|
sku_id: data.sku_id
|
||||||
|
},
|
||||||
|
success: res => {
|
||||||
|
if (res.code >= 0) {
|
||||||
|
let item = res.data;
|
||||||
|
item.unit = item.unit || '件';
|
||||||
|
|
||||||
|
if (item.sku_images) item.sku_images = item.sku_images.split(',');
|
||||||
|
else item.sku_images = [];
|
||||||
|
|
||||||
|
// 多规格时合并主图
|
||||||
|
if (item.goods_spec_format && item.goods_image) {
|
||||||
|
item.goods_image = item.goods_image.split(',');
|
||||||
|
item.sku_images = item.goods_image.concat(item.sku_images);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 当前商品SKU规格
|
||||||
|
if (item.sku_spec_format) item.sku_spec_format = JSON.parse(item.sku_spec_format);
|
||||||
|
|
||||||
|
// 商品SKU格式
|
||||||
|
if (item.goods_spec_format) item.goods_spec_format = JSON.parse(item.goods_spec_format);
|
||||||
|
|
||||||
|
// 限时折扣
|
||||||
|
if (item.promotion_type == 1) {
|
||||||
|
item.discountTimeMachine = this.$util.countDown(item.end_time - res.timestamp);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (item.promotion_type == 1 && item.discountTimeMachine) {
|
||||||
|
if (item.member_price > 0 && Number(item.member_price) <= Number(item.discount_price)) {
|
||||||
item.show_price = item.member_price;
|
item.show_price = item.member_price;
|
||||||
} else {
|
} else {
|
||||||
item.show_price = item.price;
|
item.show_price = item.discount_price;
|
||||||
}
|
}
|
||||||
this.goodsDetail = item;
|
} else if (item.member_price > 0) {
|
||||||
|
item.show_price = item.member_price;
|
||||||
this.$nextTick(() => {
|
} else {
|
||||||
if (this.$refs.goodsSku) {
|
item.show_price = item.price;
|
||||||
this.$refs.goodsSku.show("join_cart", (res) => {
|
|
||||||
|
|
||||||
let goods = this.cartList['goods_' + res.goods_id];
|
|
||||||
let cart = null;
|
|
||||||
if (goods && goods['sku_' + res.sku_id]) {
|
|
||||||
cart = goods['sku_' + res.sku_id];
|
|
||||||
}
|
|
||||||
|
|
||||||
if (cart) {
|
|
||||||
this.cartList['goods_' + res.goods_id]['sku_' + res.sku_id].num = res.num;
|
|
||||||
} else {
|
|
||||||
|
|
||||||
// 如果商品第一次添加,则初始化数据
|
|
||||||
if (!this.cartList['goods_' + res.goods_id]) {
|
|
||||||
this.cartList['goods_' + res.goods_id] = {};
|
|
||||||
}
|
|
||||||
|
|
||||||
this.cartList['goods_' + res.goods_id]['sku_' + res.sku_id] = {
|
|
||||||
cart_id: res.cart_id,
|
|
||||||
goods_id: res.goods_id,
|
|
||||||
sku_id: res.sku_id,
|
|
||||||
num: res.num,
|
|
||||||
discount_price: res.discount_price
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
this.$store.dispatch('cartCalculate');
|
|
||||||
this.$emit("cartListChange", this.cartList);
|
|
||||||
|
|
||||||
// 加入购物车动效
|
|
||||||
setTimeout(() => {
|
|
||||||
this.$store.commit('setCartChange');
|
|
||||||
}, 100);
|
|
||||||
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
this.goodsDetail = item;
|
||||||
|
|
||||||
|
this.$nextTick(() => {
|
||||||
|
if (this.$refs.goodsSku) {
|
||||||
|
this.$refs.goodsSku.show("join_cart", (res) => {
|
||||||
|
|
||||||
|
let goods = this.cartList['goods_' + res.goods_id];
|
||||||
|
let cart = null;
|
||||||
|
if (goods && goods['sku_' + res.sku_id]) {
|
||||||
|
cart = goods['sku_' + res.sku_id];
|
||||||
|
}
|
||||||
|
|
||||||
|
if (cart) {
|
||||||
|
this.cartList['goods_' + res.goods_id]['sku_' + res.sku_id].num = res.num;
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// 如果商品第一次添加,则初始化数据
|
||||||
|
if (!this.cartList['goods_' + res.goods_id]) {
|
||||||
|
this.cartList['goods_' + res.goods_id] = {};
|
||||||
|
}
|
||||||
|
|
||||||
|
this.cartList['goods_' + res.goods_id]['sku_' + res.sku_id] = {
|
||||||
|
cart_id: res.cart_id,
|
||||||
|
goods_id: res.goods_id,
|
||||||
|
sku_id: res.sku_id,
|
||||||
|
num: res.num,
|
||||||
|
discount_price: res.discount_price
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
this.$store.dispatch('cartCalculate');
|
||||||
|
this.$emit("cartListChange", this.cartList);
|
||||||
|
|
||||||
|
// 加入购物车动效
|
||||||
|
setTimeout(() => {
|
||||||
|
this.$store.commit('setCartChange');
|
||||||
|
}, 100);
|
||||||
|
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
},
|
});
|
||||||
refreshGoodsSkuDetail(data) {
|
},
|
||||||
this.goodsDetail = Object.assign({}, this.goodsDetail, data);
|
refreshGoodsSkuDetail(data) {
|
||||||
}
|
this.goodsDetail = Object.assign({}, this.goodsDetail, data);
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="goods-sku" @touchmove.prevent.stop>
|
<view class="goods-sku" @touchmove.prevent.stop>
|
||||||
<uni-popup ref="skuPopup" type="bottom" class="sku-layer" @change="popclose">
|
<uni-popup-sku ref="skuPopup" type="bottom" class="sku-layer" @change="popclose">
|
||||||
<view class="sku-info" :style="{ height: skuHeight }">
|
<view class="sku-info" :style="{ height: skuHeight }">
|
||||||
<view class="header">
|
<view class="header">
|
||||||
<block v-if="type == 'point' && goodsDetail.type && goodsDetail.type != 1">
|
<block v-if="type == 'point' && goodsDetail.type && goodsDetail.type != 1">
|
||||||
@@ -208,19 +208,15 @@
|
|||||||
<button type="primary" v-else disabled="true">该商品已下架</button>
|
<button type="primary" v-else disabled="true">该商品已下架</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup-sku>
|
||||||
<ns-login ref="login"></ns-login>
|
<ns-login ref="login"></ns-login>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import uniPopup from '@/components/uni-popup/uni-popup-sku.vue';
|
|
||||||
// 商品SKU
|
// 商品SKU
|
||||||
export default {
|
export default {
|
||||||
name: 'ns-goods-sku',
|
name: 'ns-goods-sku',
|
||||||
components: {
|
|
||||||
uniPopup
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
goodsId: {
|
goodsId: {
|
||||||
type: [Number, String],
|
type: [Number, String],
|
||||||
@@ -270,7 +266,7 @@
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.isIphoneX = this.$util.uniappIsIPhoneX();
|
this.isIphoneX = this.$util.uniappIsIPhoneX();
|
||||||
this.systemInfo = uni.getSystemInfoSync();
|
this.systemInfo = this.$util.getDeviceInfo();
|
||||||
this.isLoad = true;
|
this.isLoad = true;
|
||||||
if (this.goodsId && this.goodsDetail.goods_spec_format) {
|
if (this.goodsId && this.goodsDetail.goods_spec_format) {
|
||||||
this.skuId = this.goodsDetail.sku_id;
|
this.skuId = this.goodsDetail.sku_id;
|
||||||
@@ -417,7 +413,7 @@
|
|||||||
this.isLoad = false;
|
this.isLoad = false;
|
||||||
if (callback) callback();
|
if (callback) callback();
|
||||||
} else {
|
} else {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -445,7 +441,7 @@
|
|||||||
this.skuId = res.data[0].sku_id;
|
this.skuId = res.data[0].sku_id;
|
||||||
this.goodsSkuInfo = obj;
|
this.goodsSkuInfo = obj;
|
||||||
} else {
|
} else {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -471,7 +467,7 @@
|
|||||||
this.skuId = res.data[0].sku_id;
|
this.skuId = res.data[0].sku_id;
|
||||||
this.goodsSkuInfo = obj;
|
this.goodsSkuInfo = obj;
|
||||||
} else {
|
} else {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -504,7 +500,7 @@
|
|||||||
this.skuId = res.data[0].sku_id;
|
this.skuId = res.data[0].sku_id;
|
||||||
this.goodsSkuInfo = obj;
|
this.goodsSkuInfo = obj;
|
||||||
} else {
|
} else {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -531,7 +527,7 @@
|
|||||||
this.skuId = res.data[0].sku_id;
|
this.skuId = res.data[0].sku_id;
|
||||||
this.goodsSkuInfo = obj;
|
this.goodsSkuInfo = obj;
|
||||||
} else {
|
} else {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -557,7 +553,7 @@
|
|||||||
this.skuId = res.data[0].sku_id;
|
this.skuId = res.data[0].sku_id;
|
||||||
this.goodsSkuInfo = obj;
|
this.goodsSkuInfo = obj;
|
||||||
} else {
|
} else {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -583,7 +579,7 @@
|
|||||||
this.skuId = res.data[0].sku_id;
|
this.skuId = res.data[0].sku_id;
|
||||||
this.goodsSkuInfo = obj;
|
this.goodsSkuInfo = obj;
|
||||||
} else {
|
} else {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -610,7 +606,7 @@
|
|||||||
this.skuId = res.data[0].sku_id;
|
this.skuId = res.data[0].sku_id;
|
||||||
this.goodsSkuInfo = obj;
|
this.goodsSkuInfo = obj;
|
||||||
} else {
|
} else {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -634,7 +630,7 @@
|
|||||||
this.skuId = res.data[0].sku_id;
|
this.skuId = res.data[0].sku_id;
|
||||||
this.goodsSkuInfo = obj;
|
this.goodsSkuInfo = obj;
|
||||||
} else {
|
} else {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -75,12 +75,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import uniPopup from '../uni-popup/uni-popup.vue';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
|
||||||
uniPopup
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
newgift: {
|
newgift: {
|
||||||
|
|||||||
@@ -278,13 +278,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import pickRegions from '@/components/pick-regions/pick-regions.vue'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ns-form',
|
name: 'ns-form',
|
||||||
components: {
|
|
||||||
pickRegions
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
data: {
|
data: {
|
||||||
type: Array,
|
type: Array,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -30,12 +30,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import uniPopup from '@/components/uni-popup/uni-popup.vue';
|
|
||||||
export default {
|
export default {
|
||||||
name: "nsSelectTime",
|
name: "nsSelectTime",
|
||||||
components: {
|
|
||||||
uniPopup
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
//选中日期的键值
|
//选中日期的键值
|
||||||
|
|||||||
@@ -43,9 +43,6 @@
|
|||||||
|
|
||||||
<!-- 新版支付组件 订单表为order表 的订单支付时使用该组件 -->
|
<!-- 新版支付组件 订单表为order表 的订单支付时使用该组件 -->
|
||||||
<script>
|
<script>
|
||||||
import uniPopup from '@/components/uni-popup/uni-popup.vue';
|
|
||||||
import nsSwitch from '@/components/ns-switch/ns-switch.vue';
|
|
||||||
|
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
import {
|
import {
|
||||||
Weixin
|
Weixin
|
||||||
@@ -54,10 +51,6 @@
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'payment',
|
name: 'payment',
|
||||||
components: {
|
|
||||||
uniPopup,
|
|
||||||
nsSwitch
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
// 是否可用余额支付
|
// 是否可用余额支付
|
||||||
balanceUsable: {
|
balanceUsable: {
|
||||||
|
|||||||
385
components/privacy-popup/privacy-popup.vue
Normal file
385
components/privacy-popup/privacy-popup.vue
Normal file
@@ -0,0 +1,385 @@
|
|||||||
|
<template>
|
||||||
|
<view>
|
||||||
|
<view class="privacy-mask" v-if="showPop">
|
||||||
|
<view class="privacy-wrap">
|
||||||
|
<view class="privacy-title">用户隐私保护提示</view>
|
||||||
|
<view class="privacy-desc">
|
||||||
|
感谢您使用{{ appName }},在使用前您应当阅读并同意
|
||||||
|
<text class="privacy-link" @tap="openPrivacyContract">{{ privacyContractName }}</text>
|
||||||
|
<!-- #ifdef QUICKAPP-WEBVIEW || H5 -->
|
||||||
|
<text class="privacy-link" @tap="openPrivacyService">{{ privacyServiceName }}</text>
|
||||||
|
<!-- #endif -->
|
||||||
|
,当点击同意并继续时,即表示您已理解并同意该条款内容,该条款将对您产生法律约束力;如您不同意,将无法继续使用{{ appName }}相关功能。
|
||||||
|
</view>
|
||||||
|
<view class="privacy-button-flex">
|
||||||
|
<button class="privacy-button-btn bg-disagree" @tap="handleDisagree">不同意</button>
|
||||||
|
<!-- #ifdef QUICKAPP-WEBVIEW || MP-WEIXIN -->
|
||||||
|
<button id="agree-btn" class="privacy-button-btn bg-agree" open-type="agreePrivacyAuthorization"
|
||||||
|
@agreeprivacyauthorization="handleAgree">同意并继续</button>
|
||||||
|
<!-- #endif -->
|
||||||
|
<!-- #ifdef WEB || H5 -->
|
||||||
|
<button id="agree-btn" class="privacy-button-btn bg-agree" @tap="handleAgree" @click="handleAgree">同意并继续</button>
|
||||||
|
<!-- #endif -->
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
// #ifdef QUICKAPP-WEBVIEW
|
||||||
|
import has from '@system.has'
|
||||||
|
// #endif
|
||||||
|
|
||||||
|
const closeOtherPagePopUpHooks = new Set();
|
||||||
|
const privacyContractPage = '/pages_tool/agreement/contenr?type=0';
|
||||||
|
const privacyServicePage = '/pages_tool/agreement/contenr?type=1';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'PrivacyPopup',
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
agree: false,
|
||||||
|
showPop: false,
|
||||||
|
privacyAuthorization: null,
|
||||||
|
privacyResolves: new Set(),
|
||||||
|
privacyContractName: '用户隐私保护指引',
|
||||||
|
appName: '本小程序',
|
||||||
|
// #ifdef WEB || H5
|
||||||
|
appName: '本应用',
|
||||||
|
privacyContractName: '《隐私条款》',
|
||||||
|
privacyServiceName: '《用户服务协议》',
|
||||||
|
// #endif
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mounted() {
|
||||||
|
this.listenPrivacySettingChange()
|
||||||
|
this.curPageShow()
|
||||||
|
},
|
||||||
|
created() {
|
||||||
|
try {
|
||||||
|
// #ifdef MP-WEIXIN
|
||||||
|
//查询微信侧记录的用户是否有待同意的隐私政策信息
|
||||||
|
wx.getPrivacySetting({
|
||||||
|
success: (res) => {
|
||||||
|
// console.log('隐私政策信息', res);
|
||||||
|
// console.log(res.privacyContractName);
|
||||||
|
this.privacyContractName = res.privacyContractName
|
||||||
|
}
|
||||||
|
});
|
||||||
|
// #endif
|
||||||
|
|
||||||
|
// #ifdef QUICKAPP-WEBVIEW || H5
|
||||||
|
if (this.$util.isQuickApp()) {
|
||||||
|
if (typeof has != 'undefined' && has?.getPrivacySetting) {
|
||||||
|
has.getPrivacySetting({
|
||||||
|
success: (res) => {
|
||||||
|
if (res.privacyContractName) {
|
||||||
|
this.privacyContractName = res.privacyContractName
|
||||||
|
}
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// #endif
|
||||||
|
} catch (e) {
|
||||||
|
console.error("=========低版本基础库==========", e)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
getPrivacySettingByQuickApp() {
|
||||||
|
// #ifdef QUICKAPP-WEBVIEW || H5 || WEB
|
||||||
|
if (this.$util.isQuickApp()) {
|
||||||
|
if (typeof has != 'undefined' && has?.getPrivacySetting) {
|
||||||
|
has.getPrivacySetting({
|
||||||
|
success: (res) => {
|
||||||
|
// console.log(res)
|
||||||
|
if (res.needAuthorization) {
|
||||||
|
this.popUp()
|
||||||
|
// 额外逻辑:当前页面的隐私弹窗弹起的时候,关掉其他页面的隐私弹窗
|
||||||
|
this.closeOtherPagePopUp(this.disPopUp)
|
||||||
|
} else {
|
||||||
|
this.$emit('agree')
|
||||||
|
}
|
||||||
|
},
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
// 属于嵌入到快应用Webview组件中的情况,按照H5的方式来处理,判断是否已经授权
|
||||||
|
if (uni.getStorageSync('privacyAgreed')) {
|
||||||
|
this.$emit('agree')
|
||||||
|
} else {
|
||||||
|
this.popUp()
|
||||||
|
// 额外逻辑:当前页面的隐私弹窗弹起的时候,关掉其他页面的隐私弹窗
|
||||||
|
this.closeOtherPagePopUp(this.disPopUp)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// #endif
|
||||||
|
},
|
||||||
|
|
||||||
|
listenPrivacySettingChange() {
|
||||||
|
// #ifdef MP-WEIXIN
|
||||||
|
// 监听微信侧隐私政策授权变化事件
|
||||||
|
if (wx.onNeedPrivacyAuthorization) {
|
||||||
|
wx.onNeedPrivacyAuthorization((resolve) => {
|
||||||
|
if (typeof this.privacyAuthorization === 'function') {
|
||||||
|
this.privacyAuthorization(resolve)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
// #endif
|
||||||
|
|
||||||
|
// #ifdef QUICKAPP-WEBVIEW || H5 || WEB
|
||||||
|
if (this.$util.isQuickApp()) {
|
||||||
|
// 监听快速应用侧隐私政策授权变化事件
|
||||||
|
if (typeof has != 'undefined' && has?.onPrivacySettingChange) {
|
||||||
|
has.onPrivacySettingChange((res) => {
|
||||||
|
// console.log(res)
|
||||||
|
if (res.needAuthorization) {
|
||||||
|
this.popUp()
|
||||||
|
// 额外逻辑:当前页面的隐私弹窗弹起的时候,关掉其他页面的隐私弹窗
|
||||||
|
this.closeOtherPagePopUp(this.disPopUp)
|
||||||
|
} else {
|
||||||
|
this.$emit('agree')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// #endif
|
||||||
|
|
||||||
|
// 主动查询用户隐私政策授权状态,针对快速应用
|
||||||
|
this.getPrivacySettingByQuickApp();
|
||||||
|
},
|
||||||
|
// 主动查询用户隐私政策授权状态
|
||||||
|
proactive() {
|
||||||
|
// #ifdef MP-WEIXIN
|
||||||
|
if (wx.getPrivacySetting) {
|
||||||
|
wx.getPrivacySetting({
|
||||||
|
success: (res) => {
|
||||||
|
// console.log(res)
|
||||||
|
if (res.needAuthorization) {
|
||||||
|
this.popUp()
|
||||||
|
// 额外逻辑:当前页面的隐私弹窗弹起的时候,关掉其他页面的隐私弹窗
|
||||||
|
this.closeOtherPagePopUp(this.disPopUp)
|
||||||
|
} else {
|
||||||
|
this.$emit('agree')
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
this.$emit('agree')
|
||||||
|
}
|
||||||
|
// #endif
|
||||||
|
|
||||||
|
// #ifdef QUICKAPP-WEBVIEW
|
||||||
|
this.getPrivacySettingByQuickApp();
|
||||||
|
// #endif
|
||||||
|
},
|
||||||
|
//初始化监听程序
|
||||||
|
curPageShow() {
|
||||||
|
closeOtherPagePopUpHooks.add(this.disPopUp)
|
||||||
|
this.privacyAuthorization = resolve => {
|
||||||
|
this.privacyResolves.add(resolve)
|
||||||
|
//打开弹窗
|
||||||
|
this.popUp()
|
||||||
|
// 额外逻辑:当前页面的隐私弹窗弹起的时候,关掉其他页面的隐私弹窗
|
||||||
|
this.closeOtherPagePopUp(this.disPopUp)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// 额外逻辑:当前页面的隐私弹窗弹起的时候,关掉其他页面的隐私弹窗
|
||||||
|
closeOtherPagePopUp(closePopUp) {
|
||||||
|
closeOtherPagePopUpHooks.forEach(hook => {
|
||||||
|
if (closePopUp !== hook) {
|
||||||
|
hook()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
//打开隐私协议
|
||||||
|
openPrivacyContract() {
|
||||||
|
// #ifdef MP-WEIXIN
|
||||||
|
wx.openPrivacyContract({
|
||||||
|
success(res) {
|
||||||
|
// console.log('打开隐私协议', res);
|
||||||
|
},
|
||||||
|
fail(err) {
|
||||||
|
// console.error('打开隐私协议失败', err)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
// #endif
|
||||||
|
|
||||||
|
// #ifdef QUICKAPP-WEBVIEW || H5 || WEB
|
||||||
|
if (this.$util.isQuickApp()) {
|
||||||
|
if (typeof has != 'undefined' && has?.openPrivacySetting) {
|
||||||
|
has.openPrivacySetting({
|
||||||
|
success: (res) => {
|
||||||
|
// console.log('打开隐私协议', res);
|
||||||
|
},
|
||||||
|
fail: (err) => {
|
||||||
|
// console.error('打开隐私协议失败', err)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
// 属于嵌入到快应用Webview组件中的情况,按照H5的方式来处理
|
||||||
|
this.$util.redirectTo(privacyContractPage);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// H5 环境下的处理逻辑
|
||||||
|
this.$util.redirectTo(privacyContractPage);
|
||||||
|
}
|
||||||
|
// #endif
|
||||||
|
},
|
||||||
|
//打开用户服务协议
|
||||||
|
openPrivacyService() {
|
||||||
|
// #ifdef QUICKAPP-WEBVIEW || H5 || WEB
|
||||||
|
if (this.$util.isQuickApp()) {
|
||||||
|
if (typeof has != 'undefined' && has?.openPrivacySetting) {
|
||||||
|
has.openPrivacySetting({
|
||||||
|
success: (res) => {
|
||||||
|
// console.log('打开用户服务协议', res);
|
||||||
|
},
|
||||||
|
fail: (err) => {
|
||||||
|
// console.error('打开用户服务协议失败', err)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
// 属于嵌入到快应用Webview组件中的情况,按照H5的方式来处理
|
||||||
|
this.$util.redirectTo(privacyServicePage);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// H5 环境下的处理逻辑
|
||||||
|
this.$util.redirectTo(privacyServicePage);
|
||||||
|
}
|
||||||
|
// #endif
|
||||||
|
},
|
||||||
|
// 不同意
|
||||||
|
handleDisagree() {
|
||||||
|
this.privacyResolves.forEach(resolve => {
|
||||||
|
resolve({
|
||||||
|
event: 'disagree',
|
||||||
|
})
|
||||||
|
})
|
||||||
|
this.privacyResolves.clear()
|
||||||
|
//关闭弹窗
|
||||||
|
this.disPopUp()
|
||||||
|
//退出小程序
|
||||||
|
uni.showModal({
|
||||||
|
content: '未同意隐私协议,无法使用相关功能',
|
||||||
|
success: () => {
|
||||||
|
this.$emit('disagree')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
// 同意并继续
|
||||||
|
handleAgree() {
|
||||||
|
this.privacyResolves.forEach(resolve => {
|
||||||
|
resolve({
|
||||||
|
event: 'agree',
|
||||||
|
buttonId: 'agree-btn'
|
||||||
|
})
|
||||||
|
})
|
||||||
|
this.privacyResolves.clear()
|
||||||
|
//关闭弹窗
|
||||||
|
this.disPopUp()
|
||||||
|
|
||||||
|
// #ifdef QUICKAPP-WEBVIEW || H5 || WEB
|
||||||
|
// 保存用户授权状态到本地存储,用于快应用Webview组件中的H5方式处理
|
||||||
|
uni.setStorageSync('privacyAgreed', true);
|
||||||
|
// #endif
|
||||||
|
this.$emit('agree')
|
||||||
|
},
|
||||||
|
//打开弹窗
|
||||||
|
popUp() {
|
||||||
|
this.showPop = true;
|
||||||
|
},
|
||||||
|
//关闭弹窗
|
||||||
|
disPopUp() {
|
||||||
|
this.showPop = false;
|
||||||
|
},
|
||||||
|
},
|
||||||
|
beforeDestroy() {
|
||||||
|
// 清理事件监听器和集合
|
||||||
|
this.privacyResolves.clear()
|
||||||
|
closeOtherPagePopUpHooks.delete(this.disPopUp)
|
||||||
|
// 注意:这里需要根据实际情况清理微信和快速应用的事件监听器
|
||||||
|
// 由于微信的 wx.onNeedPrivacyAuthorization 没有对应的 off 方法,这里可能需要其他方式处理
|
||||||
|
},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.privacy-mask {
|
||||||
|
position: fixed;
|
||||||
|
z-index: 5000;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
background: rgba(0, 0, 0, 0.2);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.privacy-wrap {
|
||||||
|
width: 632rpx;
|
||||||
|
padding: 48rpx 30rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
background: #fff;
|
||||||
|
border-radius: 16rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.privacy-title {
|
||||||
|
padding: 0rpx 30rpx 40rpx 30rpx;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 36rpx;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.privacy-desc {
|
||||||
|
font-size: 30rpx;
|
||||||
|
color: #555;
|
||||||
|
line-height: 2;
|
||||||
|
text-align: left;
|
||||||
|
padding: 0 40rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.privacy-link {
|
||||||
|
color: #2f80ed;
|
||||||
|
}
|
||||||
|
|
||||||
|
.privacy-button-flex {
|
||||||
|
display: flex;
|
||||||
|
padding: 20rpx 40rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.privacy-button-btn {
|
||||||
|
color: #FFF;
|
||||||
|
font-size: 30rpx;
|
||||||
|
// #ifdef QUICKAPP-WEBVIEW || H5 || WEB
|
||||||
|
font-size: 28rpx;
|
||||||
|
// #endif
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 100rpx;
|
||||||
|
text-align: center;
|
||||||
|
height: 100rpx;
|
||||||
|
border-radius: 20rpx;
|
||||||
|
border: none;
|
||||||
|
background: #07c160;
|
||||||
|
flex: 1;
|
||||||
|
margin-right: 30rpx;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.privacy-button-btn::after {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-disagree {
|
||||||
|
color: #07c160;
|
||||||
|
background: #f2f2f2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-agree {
|
||||||
|
margin-right: 0rpx;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -78,14 +78,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import uniPopup from '@/components/uni-popup/uni-popup.vue';
|
|
||||||
|
|
||||||
// 注册奖励弹出层
|
// 注册奖励弹出层
|
||||||
export default {
|
export default {
|
||||||
name: 'register-reward',
|
name: 'register-reward',
|
||||||
components: {
|
|
||||||
uniPopup
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
reward: null,
|
reward: null,
|
||||||
@@ -143,7 +138,7 @@
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (this.back) this.$util.redirectTo(decodeURIComponent(this.back), {}, 'redirectTo');
|
if (this.back) this.$util.redirectTo(decodeURIComponent(this.back), {}, 'redirectTo');
|
||||||
else this.$util.redirectTo('/pages/index/index');
|
else this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
@font-face {font-family: "iconfont";
|
@font-face {font-family: "iconfont";
|
||||||
src: url('~@/pages_tool/components/sx-rate/sx-rate/iconfont.eot?t=1574760464482'); /* IE9 */
|
src: url('~@/components/sx-rate/sx-rate/iconfont.eot?t=1574760464482'); /* IE9 */
|
||||||
src: url('~@/pages_tool/components/sx-rate/sx-rate/iconfont.eot?t=1574760464482#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
src: url('~@/components/sx-rate/sx-rate/iconfont.eot?t=1574760464482#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||||
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAK8AAsAAAAABnAAAAJwAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAp8gQgBNgIkAwgLBgAEIAWEbQcuG6wFyA4lTcHACOEZBUg8fL/2O3f3fTHEkoh28SSayCSxkkgQG6Uz3UvYITu9Qr5K0Vh6Ij6f+8CXKzVBHDvWa6d0lSfK57mc3gQ6kGt8oBz3ojUG9QLqxYEU6B4YRVYqecPYBS7hMYG6QWF0dlOycoGxxFoViFuxkALGuYAksXRVKNccTOJdSTV7zbSAt/D78Y8XxmRKOavq5CZZAOK+7u2svLVode0TggR0vIQc84BEXNQmjugJxumpJ/SNAvsqD77ui8K3i71aBPvrrNIm6IfSe5K58ltNZ3BbU40Blkf9OmKsIW/Un1qddc4dcSma3ArIX7PPXdlxK5l2zJ+aD6TXnQqmu330wqpeWkYN/OnNm/0trU+YvqNR4UN99f+x/tApIFTfR7u39X4gKPnb9pOX5RAQB6DYyc/zOKCD4OUp6KiiPeqnapbAp56NdegrdhLo5wKq+3UG/0fWcyDpCsuWJVVWO5oZO29bXR0FwJ4uV2ONvTeTCVW9I1wVAylyVeNkYudR0rCOsqoN1M1JPd7QDdMTqYZZXQChwwYybT6Q63BIJvYSJX1eUNYReqi7CrsLGyZDbJqIEUWQAPLroJhWKhjHQUyj8mwkrJJROKsI+XyENeIw5LI4xXQqUiA8xxZNtZBHCAMZrJTDFPAcksmUUIWVEkQTlogQVQSbzdS9iUUr5cDUDgyhEIgAxFcHEqMpKTD+eMK09PlsiFAVGQpu6atJ5kMwDfHsEBcLpweZqlX06ruXVzSqCfEQBANiYEpyUAqYh8jIKEGq+nkSCI1gEY2IqURg28OYvlrW+nr5152AOsuUhV2fSy+EwgAAAA==') format('woff2'),
|
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAK8AAsAAAAABnAAAAJwAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAp8gQgBNgIkAwgLBgAEIAWEbQcuG6wFyA4lTcHACOEZBUg8fL/2O3f3fTHEkoh28SSayCSxkkgQG6Uz3UvYITu9Qr5K0Vh6Ij6f+8CXKzVBHDvWa6d0lSfK57mc3gQ6kGt8oBz3ojUG9QLqxYEU6B4YRVYqecPYBS7hMYG6QWF0dlOycoGxxFoViFuxkALGuYAksXRVKNccTOJdSTV7zbSAt/D78Y8XxmRKOavq5CZZAOK+7u2svLVode0TggR0vIQc84BEXNQmjugJxumpJ/SNAvsqD77ui8K3i71aBPvrrNIm6IfSe5K58ltNZ3BbU40Blkf9OmKsIW/Un1qddc4dcSma3ArIX7PPXdlxK5l2zJ+aD6TXnQqmu330wqpeWkYN/OnNm/0trU+YvqNR4UN99f+x/tApIFTfR7u39X4gKPnb9pOX5RAQB6DYyc/zOKCD4OUp6KiiPeqnapbAp56NdegrdhLo5wKq+3UG/0fWcyDpCsuWJVVWO5oZO29bXR0FwJ4uV2ONvTeTCVW9I1wVAylyVeNkYudR0rCOsqoN1M1JPd7QDdMTqYZZXQChwwYybT6Q63BIJvYSJX1eUNYReqi7CrsLGyZDbJqIEUWQAPLroJhWKhjHQUyj8mwkrJJROKsI+XyENeIw5LI4xXQqUiA8xxZNtZBHCAMZrJTDFPAcksmUUIWVEkQTlogQVQSbzdS9iUUr5cDUDgyhEIgAxFcHEqMpKTD+eMK09PlsiFAVGQpu6atJ5kMwDfHsEBcLpweZqlX06ruXVzSqCfEQBANiYEpyUAqYh8jIKEGq+nkSCI1gEY2IqURg28OYvlrW+nr5152AOsuUhV2fSy+EwgAAAA==') format('woff2'),
|
||||||
url('~@/pages_tool/components/sx-rate/sx-rate/iconfont.woff?t=1574760464482') format('woff'),
|
url('~@/components/sx-rate/sx-rate/iconfont.woff?t=1574760464482') format('woff'),
|
||||||
url('~@/pages_tool/components/sx-rate/sx-rate/iconfont.ttf?t=1574760464482') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
|
url('~@/components/sx-rate/sx-rate/iconfont.ttf?t=1574760464482') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
|
||||||
url('~@/pages_tool/components/sx-rate/sx-rate/iconfont.svg?t=1574760464482#iconfont') format('svg'); /* iOS 4.1- */
|
url('~@/components/sx-rate/sx-rate/iconfont.svg?t=1574760464482#iconfont') format('svg'); /* iOS 4.1- */
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconfont {
|
.iconfont {
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -1,232 +0,0 @@
|
|||||||
<template>
|
|
||||||
<view v-if="showPop">
|
|
||||||
<view class="privacy-mask">
|
|
||||||
<view class="privacy-wrap">
|
|
||||||
<view class="privacy-title">用户隐私保护提示</view>
|
|
||||||
<view class="privacy-desc">
|
|
||||||
感谢您使用本小程序,在使用前您应当阅读并同意
|
|
||||||
<text class="privacy-link" @tap="openPrivacyContract">{{privacyContractName}}</text>,
|
|
||||||
当点击同意并继续时,即表示您已理解并同意该条款内容,该条款将对您产生法律约束力;如您不同意,将无法继续使用小程序相关功能。
|
|
||||||
</view>
|
|
||||||
<view class="privacy-button-flex">
|
|
||||||
<button class="privacy-button-btn bg-disagree" @tap="handleDisagree">不同意</button>
|
|
||||||
<button id="agree-btn" class="privacy-button-btn bg-agree" open-type="agreePrivacyAuthorization" @agreeprivacyauthorization="handleAgree">同意并继续</button>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
agree: false,
|
|
||||||
showPop: false,
|
|
||||||
privacyAuthorization: null,
|
|
||||||
privacyResolves: new Set(),
|
|
||||||
closeOtherPagePopUpHooks: new Set(),
|
|
||||||
privacyContractName: '用户隐私保护指引'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
mounted() {
|
|
||||||
this.init()
|
|
||||||
this.curPageShow()
|
|
||||||
},
|
|
||||||
created() {
|
|
||||||
let that = this
|
|
||||||
//查询微信侧记录的用户是否有待同意的隐私政策信息
|
|
||||||
try {
|
|
||||||
wx.getPrivacySetting({
|
|
||||||
success(res) {
|
|
||||||
// console.log('隐私政策信息', res);
|
|
||||||
// console.log(res.privacyContractName);
|
|
||||||
that.privacyContractName = res.privacyContractName
|
|
||||||
}
|
|
||||||
});
|
|
||||||
} catch (e) {
|
|
||||||
// console.log("=========低版本基础库==========")
|
|
||||||
}
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
// 监听何时需要提示用户阅读隐私政策
|
|
||||||
init() {
|
|
||||||
let that = this;
|
|
||||||
if (wx.onNeedPrivacyAuthorization) {
|
|
||||||
wx.onNeedPrivacyAuthorization((resolve) => {
|
|
||||||
if (typeof that.privacyAuthorization === 'function') {
|
|
||||||
that.privacyAuthorization(resolve)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
proactive() {
|
|
||||||
let that = this
|
|
||||||
if (wx.getPrivacySetting) {
|
|
||||||
wx.getPrivacySetting({
|
|
||||||
success: (res) => {
|
|
||||||
// console.log(res)
|
|
||||||
if (res.needAuthorization) {
|
|
||||||
that.popUp()
|
|
||||||
// 额外逻辑:当前页面的隐私弹窗弹起的时候,关掉其他页面的隐私弹窗
|
|
||||||
this.closeOtherPagePopUp(this.disPopUp)
|
|
||||||
} else {
|
|
||||||
this.$emit('agree')
|
|
||||||
}
|
|
||||||
},
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
this.$emit('agree')
|
|
||||||
}
|
|
||||||
},
|
|
||||||
//初始化监听程序
|
|
||||||
curPageShow() {
|
|
||||||
this.privacyAuthorization = resolve => {
|
|
||||||
this.privacyResolves.add(resolve)
|
|
||||||
//打开弹窗
|
|
||||||
this.popUp()
|
|
||||||
// 额外逻辑:当前页面的隐私弹窗弹起的时候,关掉其他页面的隐私弹窗
|
|
||||||
this.closeOtherPagePopUp(this.disPopUp)
|
|
||||||
}
|
|
||||||
this.closeOtherPagePopUpHooks.add(this.disPopUp)
|
|
||||||
},
|
|
||||||
// 额外逻辑:当前页面的隐私弹窗弹起的时候,关掉其他页面的隐私弹窗
|
|
||||||
closeOtherPagePopUp(closePopUp) {
|
|
||||||
this.closeOtherPagePopUpHooks.forEach(hook => {
|
|
||||||
if (closePopUp !== hook) {
|
|
||||||
hook()
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
//打开隐私协议
|
|
||||||
openPrivacyContract() {
|
|
||||||
wx.openPrivacyContract({
|
|
||||||
success(res) {
|
|
||||||
// console.log('打开隐私协议', res);
|
|
||||||
},
|
|
||||||
fail(err) {
|
|
||||||
// console.error('打开隐私协议失败', err)
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
// 不同意
|
|
||||||
handleDisagree() {
|
|
||||||
this.privacyResolves.forEach(resolve => {
|
|
||||||
resolve({
|
|
||||||
event: 'disagree',
|
|
||||||
})
|
|
||||||
})
|
|
||||||
this.privacyResolves.clear()
|
|
||||||
//关闭弹窗
|
|
||||||
this.disPopUp()
|
|
||||||
//退出小程序
|
|
||||||
uni.showModal({
|
|
||||||
content: '未同意隐私协议,无法使用相关功能',
|
|
||||||
success: () => {
|
|
||||||
this.$emit('disagree')
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
// 同意并继续
|
|
||||||
handleAgree() {
|
|
||||||
this.privacyResolves.forEach(resolve => {
|
|
||||||
resolve({
|
|
||||||
event: 'agree',
|
|
||||||
buttonId: 'agree-btn'
|
|
||||||
})
|
|
||||||
})
|
|
||||||
this.privacyResolves.clear()
|
|
||||||
//关闭弹窗
|
|
||||||
this.disPopUp()
|
|
||||||
this.$emit('agree')
|
|
||||||
},
|
|
||||||
//打开弹窗
|
|
||||||
popUp() {
|
|
||||||
if (this.showPop === false) {
|
|
||||||
this.showPop = true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
//关闭弹窗
|
|
||||||
disPopUp() {
|
|
||||||
if (this.showPop === true) {
|
|
||||||
this.showPop = false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.privacy-mask {
|
|
||||||
position: fixed;
|
|
||||||
z-index: 5000;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
left: 0;
|
|
||||||
bottom: 0;
|
|
||||||
background: rgba(0, 0, 0, 0.2);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.privacy-wrap {
|
|
||||||
width: 632rpx;
|
|
||||||
padding: 48rpx 30rpx;
|
|
||||||
box-sizing: border-box;
|
|
||||||
background: #fff;
|
|
||||||
border-radius: 16rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.privacy-title {
|
|
||||||
padding: 0rpx 30rpx 40rpx 30rpx;
|
|
||||||
font-weight: 700;
|
|
||||||
font-size: 36rpx;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.privacy-desc {
|
|
||||||
font-size: 30rpx;
|
|
||||||
color: #555;
|
|
||||||
line-height: 2;
|
|
||||||
text-align: left;
|
|
||||||
padding: 0 40rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.privacy-link {
|
|
||||||
color: #2f80ed;
|
|
||||||
}
|
|
||||||
|
|
||||||
.privacy-button-flex {
|
|
||||||
display: flex;
|
|
||||||
padding: 20rpx 40rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.privacy-button-btn {
|
|
||||||
color: #FFF;
|
|
||||||
font-size: 30rpx;
|
|
||||||
font-weight: 500;
|
|
||||||
line-height: 100rpx;
|
|
||||||
text-align: center;
|
|
||||||
height: 100rpx;
|
|
||||||
border-radius: 20rpx;
|
|
||||||
border: none;
|
|
||||||
background: #07c160;
|
|
||||||
flex: 1;
|
|
||||||
margin-right: 30rpx;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.privacy-button-btn::after {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg-disagree {
|
|
||||||
color: #07c160;
|
|
||||||
background: #f2f2f2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg-agree {
|
|
||||||
margin-right: 0rpx;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
452
docs/WECHAT_CHANNEL_INTEGRATION.md
Normal file
452
docs/WECHAT_CHANNEL_INTEGRATION.md
Normal file
@@ -0,0 +1,452 @@
|
|||||||
|
# 微信视频号集成指南
|
||||||
|
|
||||||
|
## 1. 概述
|
||||||
|
|
||||||
|
本文档提供了在UniApp项目中集成微信视频号的详细指导,包括组件实现、配置修改和使用方法。
|
||||||
|
|
||||||
|
## 2. 准备工作
|
||||||
|
|
||||||
|
### 2.1 微信小程序配置
|
||||||
|
|
||||||
|
在 `manifest.json` 文件中,需要确保微信小程序配置正确:
|
||||||
|
|
||||||
|
```json
|
||||||
|
"mp-weixin": {
|
||||||
|
"appid": "你的小程序appid",
|
||||||
|
"setting": {
|
||||||
|
"urlCheck": false,
|
||||||
|
"postcss": false,
|
||||||
|
"es6": true,
|
||||||
|
"minified": true
|
||||||
|
},
|
||||||
|
"usingComponents": true,
|
||||||
|
"permission": {
|
||||||
|
"scope.userLocation": {
|
||||||
|
"desc": "为了更好地为您提供服务"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requiredPrivateInfos": ["chooseLocation", "getLocation", "chooseAddress"],
|
||||||
|
"__usePrivacyCheck__": true,
|
||||||
|
"optimization": {
|
||||||
|
"subPackages": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2.2 微信视频号API权限与关联
|
||||||
|
|
||||||
|
#### 2.2.1 权限说明
|
||||||
|
|
||||||
|
`wx.openChannelsActivity` API 是小程序的基础能力,不需要单独开通权限,但需要满足以下条件:
|
||||||
|
|
||||||
|
- **跳转打开视频号视频**:无主体限制,基础库版本 2.19.2 及以上
|
||||||
|
- **内嵌视频号视频**:
|
||||||
|
- 从基础库版本 2.25.1 至 2.31.1,小程序需与视频号视频相同主体或关联主体
|
||||||
|
- 从基础库版本 2.31.1 开始,非个人主体小程序可内嵌非同主体/关联主体视频号视频
|
||||||
|
|
||||||
|
#### 2.2.2 小程序与视频号关联(可选)
|
||||||
|
|
||||||
|
虽然跳转打开视频号视频无主体限制,但如果需要内嵌非同主体视频号视频(基础库 2.31.1 以下),则需要关联小程序与视频号:
|
||||||
|
|
||||||
|
1. **小程序管理员操作**
|
||||||
|
- 登录微信小程序后台
|
||||||
|
- 左侧菜单:设置 → 基本设置
|
||||||
|
- 向下滚动找到「关联设置」部分
|
||||||
|
- 点击「关联视频号」按钮
|
||||||
|
- 输入视频号名称或视频号ID
|
||||||
|
- 点击「搜索」找到对应的视频号
|
||||||
|
- 点击「发送关联邀请」
|
||||||
|
|
||||||
|
2. **视频号管理员操作**
|
||||||
|
- 视频号管理员需要在24小时内确认关联邀请
|
||||||
|
- 视频号管理员登录 [视频号助手](https://channels.weixin.qq.com/)
|
||||||
|
- 进入「设置」→「关联设置」→「小程序关联」
|
||||||
|
- 找到待确认的关联邀请
|
||||||
|
- 点击「同意」完成关联
|
||||||
|
|
||||||
|
3. **关联失败处理**
|
||||||
|
- 检查视频号是否已完成实名认证
|
||||||
|
- 检查小程序是否已发布上线
|
||||||
|
- 检查视频号名称或ID是否输入正确
|
||||||
|
- 如超过24小时未确认,需要重新发送关联邀请
|
||||||
|
|
||||||
|
#### 2.2.3 关联条件
|
||||||
|
|
||||||
|
- **小程序要求**:必须已经发布上线,未被处罚或限制
|
||||||
|
- **视频号要求**:必须已经完成实名认证,状态正常
|
||||||
|
- **数量限制**:同一个小程序最多可以关联50个视频号,同一个视频号最多可以关联50个小程序
|
||||||
|
- **权限要求**:关联操作需要小程序管理员和视频号管理员共同确认
|
||||||
|
- **主体要求**:小程序和视频号的主体可以不同,但需要双方管理员确认
|
||||||
|
|
||||||
|
#### 2.2.4 功能验证
|
||||||
|
|
||||||
|
可以通过以下方式验证视频号功能是否可用:
|
||||||
|
|
||||||
|
1. **在微信开发者工具中验证**
|
||||||
|
- 在微信开发者工具中打开小程序
|
||||||
|
- 在控制台执行以下代码:
|
||||||
|
```javascript
|
||||||
|
console.log('是否支持视频号API:', typeof wx !== 'undefined' && typeof wx.openChannelsActivity === 'function');
|
||||||
|
```
|
||||||
|
- 如果返回 `true`,则表示API可用
|
||||||
|
|
||||||
|
2. **在真机环境中验证**
|
||||||
|
- 使用微信扫码打开小程序
|
||||||
|
- 触发视频号相关功能
|
||||||
|
- 检查是否能正常打开视频号内容
|
||||||
|
|
||||||
|
3. **功能验证失败处理**
|
||||||
|
- 检查微信小程序基础库版本是否满足要求(跳转打开需要 2.19.2+,内嵌打开需要 2.25.1+)
|
||||||
|
- 对于内嵌打开,检查主体是否满足要求或是否已关联
|
||||||
|
- 检查 `feedId` 等参数是否正确
|
||||||
|
|
||||||
|
## 3. 组件使用
|
||||||
|
|
||||||
|
### 3.1 单个视频号组件 (diy-wechat-channel.vue)
|
||||||
|
|
||||||
|
#### 基本用法
|
||||||
|
|
||||||
|
```vue
|
||||||
|
<diy-wechat-channel :value="channelData" />
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 属性说明
|
||||||
|
|
||||||
|
| 属性名 | 类型 | 默认值 | 说明 |
|
||||||
|
|--------|------|--------|------|
|
||||||
|
| channelName | String | "" | 视频号名称 |
|
||||||
|
| avatarUrl | String | "" | 视频号头像URL |
|
||||||
|
| videoTitle | String | "" | 视频标题 |
|
||||||
|
| coverUrl | String | "" | 视频封面URL |
|
||||||
|
| feedId | String | "" | 视频号内容ID,用于播放视频 |
|
||||||
|
| viewCount | Number | 0 | 视频观看次数 |
|
||||||
|
| showFollow | Boolean | false | 是否显示关注按钮 |
|
||||||
|
| componentAngle | String | "" | 组件圆角类型,可选值:round |
|
||||||
|
| topAroundRadius | Number | 0 | 顶部圆角半径 |
|
||||||
|
| bottomAroundRadius | Number | 0 | 底部圆角半径 |
|
||||||
|
|
||||||
|
#### 事件说明
|
||||||
|
|
||||||
|
| 事件名 | 说明 | 参数 |
|
||||||
|
|--------|------|------|
|
||||||
|
| channel-tap | 点击视频号头像或名称时触发 | 视频号数据对象 |
|
||||||
|
| video-play | 点击视频播放时触发 | 视频号数据对象 |
|
||||||
|
|
||||||
|
### 3.2 视频号列表组件 (diy-wechat-channel-list.vue)
|
||||||
|
|
||||||
|
#### 基本用法
|
||||||
|
|
||||||
|
```vue
|
||||||
|
<diy-wechat-channel-list :value="channelListData" />
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 属性说明
|
||||||
|
|
||||||
|
| 属性名 | 类型 | 默认值 | 说明 |
|
||||||
|
|--------|------|--------|------|
|
||||||
|
| list | Array | [] | 视频号列表数据 |
|
||||||
|
| rowCount | Number | 2 | 每行显示的视频号数量 |
|
||||||
|
| showStyle | String | "fixed" | 显示样式,可选值:fixed, singleSlide |
|
||||||
|
| mode | String | "" | 显示模式 |
|
||||||
|
| font | Object | {} | 字体样式配置 |
|
||||||
|
| componentBgColor | String | "#fff" | 组件背景颜色 |
|
||||||
|
| componentAngle | String | "" | 组件圆角类型,可选值:round |
|
||||||
|
| topAroundRadius | Number | 0 | 顶部圆角半径 |
|
||||||
|
| bottomAroundRadius | Number | 0 | 底部圆角半径 |
|
||||||
|
| ornament | Object | {} | 装饰样式配置 |
|
||||||
|
|
||||||
|
#### list数组项说明
|
||||||
|
|
||||||
|
| 属性名 | 类型 | 默认值 | 说明 |
|
||||||
|
|--------|------|--------|------|
|
||||||
|
| channelName | String | "" | 视频号名称 |
|
||||||
|
| coverUrl | String | "" | 视频封面URL |
|
||||||
|
| videoTitle | String | "" | 视频标题 |
|
||||||
|
| feedId | String | "" | 视频号内容ID,用于播放视频 |
|
||||||
|
| viewCount | Number | 0 | 视频观看次数 |
|
||||||
|
|
||||||
|
## 4. 视频播放实现
|
||||||
|
|
||||||
|
小程序提供两种打开视频号视频的方式:跳转打开和内嵌打开。
|
||||||
|
|
||||||
|
### 4.1 跳转打开视频号视频
|
||||||
|
|
||||||
|
组件内部使用微信小程序的 `wx.openChannelsActivity` API 来打开视频号内容:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
if (typeof wx !== 'undefined' && wx.openChannelsActivity) {
|
||||||
|
wx.openChannelsActivity({
|
||||||
|
feedId: item.feedId, // 视频号内容ID,必填
|
||||||
|
finderUserName: item.finderUserName, // 视频号ID(可选)
|
||||||
|
success: (res) => {
|
||||||
|
console.log('打开视频号成功', res);
|
||||||
|
},
|
||||||
|
fail: (err) => {
|
||||||
|
console.error('打开视频号失败', err);
|
||||||
|
// 常见错误处理
|
||||||
|
if (err.errCode === 40001) {
|
||||||
|
console.error('未授权,请检查小程序是否与视频号关联');
|
||||||
|
} else if (err.errCode === 40002) {
|
||||||
|
console.error('参数错误,请检查feedId是否正确');
|
||||||
|
} else if (err.errCode === 40003) {
|
||||||
|
console.error('视频号内容不存在或已被删除');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
console.error('当前环境不支持微信视频号');
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 4.2 内嵌视频号视频
|
||||||
|
|
||||||
|
从基础库 2.25.1 开始支持,小程序可以通过 `channel-video` 组件在小程序中内嵌视频号视频,且支持无弹窗跳转打开视频号对应视频,使用该组件时需注意:
|
||||||
|
|
||||||
|
- 组件调用无资质要求
|
||||||
|
- 暂不支持纯图片视频号内容
|
||||||
|
- 在 UniApp 中使用时,需要用 `<native-component>` 包裹以确保组件正确显示
|
||||||
|
|
||||||
|
```vue
|
||||||
|
<!-- #ifdef MP-WEIXIN -->
|
||||||
|
<native-component>
|
||||||
|
<channel-video
|
||||||
|
feed-id="{{feedId}}"
|
||||||
|
finder-user-name="{{finderUserName}}"
|
||||||
|
feed-token="{{feedToken}}"
|
||||||
|
bindenterfullscreen="enterFullscreen"
|
||||||
|
bindexitfullscreen="exitFullscreen"
|
||||||
|
binderror="videoError"
|
||||||
|
></channel-video>
|
||||||
|
</native-component>
|
||||||
|
<!-- #endif -->
|
||||||
|
```
|
||||||
|
|
||||||
|
### 4.3 API参数说明
|
||||||
|
|
||||||
|
- **feedId**:视频号内容ID,必填,必须是有效的视频号内容ID
|
||||||
|
- **finderUserName**:视频号ID,可选
|
||||||
|
- **feedToken**:非同主体视频号视频的标识,从基础库 2.31.1 开始支持,非个人主体小程序可使用
|
||||||
|
- **success**:调用成功的回调函数
|
||||||
|
- **fail**:调用失败的回调函数
|
||||||
|
- **complete**:调用完成的回调函数(无论成功或失败)
|
||||||
|
|
||||||
|
### 4.4 错误码说明
|
||||||
|
|
||||||
|
| 错误码 | 说明 | 解决方案 |
|
||||||
|
|--------|------|----------|
|
||||||
|
| 40001 | 未授权 | 对于内嵌打开,检查主体是否满足要求或是否已关联 |
|
||||||
|
| 40002 | 参数错误 | 检查feedId是否正确,确保是有效的视频号内容ID |
|
||||||
|
| 40003 | 视频号内容不存在或已被删除 | 确认feedId对应的视频号内容是否仍然存在 |
|
||||||
|
| 40004 | 系统错误 | 稍后重试,或联系微信公众平台客服 |
|
||||||
|
|
||||||
|
### 4.5 获取参数方法
|
||||||
|
|
||||||
|
1. **获取finderUserName(视频号ID)**
|
||||||
|
- 登录视频号助手
|
||||||
|
- 在首页可以查看自己的视频号ID
|
||||||
|
|
||||||
|
2. **获取feedId(视频号内容ID)**
|
||||||
|
- 登录视频号助手
|
||||||
|
- 在「动态管理」模块可以复制自己发表的每个视频对应的feedId
|
||||||
|
|
||||||
|
3. **获取feed-token(非同主体视频号视频标识)**
|
||||||
|
- 登录MP平台,在「设置-基本设置-隐私与安全」找到「获取视频号视频ID权限」,并将开关打开
|
||||||
|
- 移动端找到想要内嵌的视频号视频,并复制该视频的feed-token
|
||||||
|
- 注意:打开开关后24小时内生效,失效后需要再次打开开关;开关打开状态仅对当前操作者生效
|
||||||
|
|
||||||
|
### 4.6 主体判断逻辑
|
||||||
|
|
||||||
|
#### 主体信息查询
|
||||||
|
小程序主体信息可通过小程序资料页-开发团队进行查询,视频号主体信息可通过视频号首页-认证进行查询。
|
||||||
|
|
||||||
|
#### 主体判断逻辑
|
||||||
|
- **跳转打开视频号视频**:无主体限制,基础库版本 2.19.2 及以上
|
||||||
|
- **内嵌视频号视频**:
|
||||||
|
- 从基础库版本 2.25.1 至 2.31.1,小程序需与视频号视频相同主体或关联主体
|
||||||
|
- 从基础库版本 2.31.1 开始,非个人主体小程序可内嵌非同主体/关联主体视频号视频
|
||||||
|
|
||||||
|
关联主体申请流程可以参考:https://kf.qq.com/faq/190726e6JFja190726qMJBn6.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 5. 注意事项
|
||||||
|
|
||||||
|
### 5.1 环境限制
|
||||||
|
|
||||||
|
- 微信视频号API只能在微信小程序环境中使用,其他环境(如H5、App)不支持
|
||||||
|
- 跳转打开视频号视频需要微信小程序基础库版本 2.19.2 及以上
|
||||||
|
- 内嵌视频号视频需要微信小程序基础库版本 2.25.1 及以上
|
||||||
|
- 小程序与视频号关联仅在需要内嵌非同主体视频号视频(基础库 2.31.1 以下)时需要
|
||||||
|
- 必须确保在 `manifest.json` 中设置 `usingComponents: true` 以启用组件支持
|
||||||
|
|
||||||
|
### 5.2 数据格式
|
||||||
|
|
||||||
|
确保传递给组件的数据格式正确,特别是 `feedId` 必须是有效的视频号内容ID
|
||||||
|
|
||||||
|
### 5.3 图片资源
|
||||||
|
|
||||||
|
- 视频号头像和封面图片建议使用CDN地址,确保加载速度
|
||||||
|
- 图片尺寸建议:
|
||||||
|
- 头像:200x200px
|
||||||
|
- 封面:640x360px
|
||||||
|
|
||||||
|
### 5.4 权限和关联
|
||||||
|
|
||||||
|
- 确保在微信小程序后台开通了「打开视频号内容」权限
|
||||||
|
- 确保小程序已与视频号成功关联
|
||||||
|
- 关联操作需要小程序管理员和视频号管理员共同确认
|
||||||
|
|
||||||
|
## 6. 常见问题
|
||||||
|
|
||||||
|
### 6.1 视频无法播放
|
||||||
|
|
||||||
|
- 检查 `feedId` 是否正确,确保是有效的视频号内容ID
|
||||||
|
- 检查微信小程序基础库版本是否满足要求(跳转打开需要 2.19.2+,内嵌打开需要 2.25.1+)
|
||||||
|
- 对于内嵌打开,检查主体是否满足要求(基础库 2.31.1 以下需要相同主体或关联主体)
|
||||||
|
- 检查视频号内容是否仍然存在(未被删除)
|
||||||
|
|
||||||
|
### 6.2 功能不可用
|
||||||
|
|
||||||
|
- 确认当前环境是否为微信小程序环境
|
||||||
|
- 检查微信小程序基础库版本是否满足要求
|
||||||
|
- 对于内嵌打开,检查主体条件是否满足
|
||||||
|
- 检查 `feedId` 等参数是否正确
|
||||||
|
|
||||||
|
### 6.3 关联失败
|
||||||
|
|
||||||
|
- 检查视频号是否已完成实名认证
|
||||||
|
- 检查小程序是否已发布上线
|
||||||
|
- 检查视频号名称或ID是否输入正确
|
||||||
|
- 确认视频号管理员是否在24小时内确认关联邀请
|
||||||
|
- 如超过24小时未确认,需要重新发送关联邀请
|
||||||
|
|
||||||
|
### 6.4 组件显示异常
|
||||||
|
|
||||||
|
- 检查传递给组件的数据格式是否正确
|
||||||
|
- 确认图片资源是否可访问
|
||||||
|
- 检查微信小程序基础库版本是否支持视频号API
|
||||||
|
|
||||||
|
### 6.5 样式问题
|
||||||
|
|
||||||
|
- 可通过组件的 `componentAngle`、`topAroundRadius`、`bottomAroundRadius` 等属性调整组件样式
|
||||||
|
- 可通过 `componentBgColor` 属性调整组件背景颜色
|
||||||
|
- 可通过 `font` 属性调整字体样式
|
||||||
|
|
||||||
|
### 6.6 环境兼容性问题
|
||||||
|
|
||||||
|
- 微信视频号API只能在微信小程序环境中使用
|
||||||
|
- 在其他环境中,组件会显示但无法播放视频
|
||||||
|
- 建议在非小程序环境中添加友好的提示信息
|
||||||
|
|
||||||
|
### 6.7 在uni-app中使用原生组件时,可能会遇到组件不显示的问题
|
||||||
|
|
||||||
|
在uni-app中使用原生组件时,可能会遇到组件不显示的问题。以下是已验证的解决方案:
|
||||||
|
|
||||||
|
#### 解决方案
|
||||||
|
|
||||||
|
**方法一:使用 `<native-component>` 包裹**
|
||||||
|
|
||||||
|
在 UniApp 中使用 `channel-video` 组件时,必须用 `<native-component>` 包裹以确保组件正确显示:
|
||||||
|
|
||||||
|
``` vue
|
||||||
|
<template>
|
||||||
|
<view>
|
||||||
|
<!-- #ifdef MP-WEIXIN -->
|
||||||
|
<native-component>
|
||||||
|
<channel-video
|
||||||
|
feed-id="{{feedId}}"
|
||||||
|
finder-user-name="{{finderUserName}}"
|
||||||
|
feed-token="{{feedToken}}"
|
||||||
|
style="width: 100%; height: 320rpx;"
|
||||||
|
></channel-video>
|
||||||
|
</native-component>
|
||||||
|
<!-- #endif -->
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
```
|
||||||
|
|
||||||
|
**方法二:检查 `manifest.json` 配置**
|
||||||
|
|
||||||
|
确保在 `manifest.json` 文件中正确设置了 `usingComponents: true`,特别是在 `mp-weixin` 部分:
|
||||||
|
|
||||||
|
``` json
|
||||||
|
"mp-weixin": {
|
||||||
|
"appid": "你的小程序appid",
|
||||||
|
"usingComponents": true,
|
||||||
|
// 其他配置...
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
**方法三:检查微信小程序基础库版本**
|
||||||
|
|
||||||
|
确保微信小程序基础库版本满足要求:
|
||||||
|
- 跳转打开视频号视频需要基础库版本 2.19.2 及以上
|
||||||
|
- 内嵌视频号视频需要基础库版本 2.25.1 及以上
|
||||||
|
|
||||||
|
**方法四:检查参数是否正确**
|
||||||
|
|
||||||
|
确保传递给 `channel-video` 组件的参数正确:
|
||||||
|
- `feedId`:视频号内容ID,必填
|
||||||
|
- `finderUserName`:视频号ID,可选
|
||||||
|
- `feedToken`:非同主体视频号视频的标识,可选(基础库 2.31.1+)
|
||||||
|
|
||||||
|
## 7. 示例代码
|
||||||
|
|
||||||
|
### 7.1 单个视频号示例
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// 单个视频号数据
|
||||||
|
const channelData = {
|
||||||
|
channelName: "示例视频号",
|
||||||
|
avatarUrl: "https://example.com/avatar.jpg",
|
||||||
|
videoTitle: "这是一个示例视频",
|
||||||
|
coverUrl: "https://example.com/cover.jpg",
|
||||||
|
feedId: "v02004g10000c3f7l7j5u87l33n8f160",
|
||||||
|
viewCount: 12345,
|
||||||
|
showFollow: true,
|
||||||
|
componentAngle: "round",
|
||||||
|
topAroundRadius: 10,
|
||||||
|
bottomAroundRadius: 10
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
|
### 7.2 视频号列表示例
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// 视频号列表数据
|
||||||
|
const channelListData = {
|
||||||
|
list: [
|
||||||
|
{
|
||||||
|
channelName: "示例视频号1",
|
||||||
|
coverUrl: "https://example.com/cover1.jpg",
|
||||||
|
videoTitle: "这是示例视频1",
|
||||||
|
feedId: "v02004g10000c3f7l7j5u87l33n8f160",
|
||||||
|
viewCount: 12345
|
||||||
|
},
|
||||||
|
{
|
||||||
|
channelName: "示例视频号2",
|
||||||
|
coverUrl: "https://example.com/cover2.jpg",
|
||||||
|
videoTitle: "这是示例视频2",
|
||||||
|
feedId: "v02004g10000c3f7m7j5u87l33n8f161",
|
||||||
|
viewCount: 67890
|
||||||
|
}
|
||||||
|
],
|
||||||
|
rowCount: 2,
|
||||||
|
showStyle: "fixed",
|
||||||
|
font: {
|
||||||
|
size: 14,
|
||||||
|
weight: "normal",
|
||||||
|
color: "#333"
|
||||||
|
},
|
||||||
|
componentBgColor: "#fff",
|
||||||
|
componentAngle: "round",
|
||||||
|
topAroundRadius: 10,
|
||||||
|
bottomAroundRadius: 10
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
|
## 8. 总结
|
||||||
|
|
||||||
|
通过本文档提供的组件和配置指导,你可以在UniApp项目中轻松集成微信视频号功能,为用户提供更加丰富的内容体验。
|
||||||
|
|
||||||
|
如果在集成过程中遇到问题,请参考本文档的常见问题部分,或查阅微信官方文档获取更多帮助。
|
||||||
199
docs/WECHAT_MINIPROGRAM_PERMISSIONS.md
Normal file
199
docs/WECHAT_MINIPROGRAM_PERMISSIONS.md
Normal file
@@ -0,0 +1,199 @@
|
|||||||
|
# 微信小程序权限配置文档
|
||||||
|
|
||||||
|
## 1. 权限体系概述
|
||||||
|
|
||||||
|
微信小程序权限体系是微信为保护用户隐私和数据安全而设计的一套权限管理机制。小程序在使用某些功能时,需要向用户申请相应的权限,用户可以选择授权或拒绝。
|
||||||
|
|
||||||
|
## 2. 权限分类
|
||||||
|
|
||||||
|
微信小程序权限分为两大类:
|
||||||
|
|
||||||
|
### 2.1 需要单独申请的权限
|
||||||
|
|
||||||
|
这类权限需要通过 `wx.requestAuthorization` 或相关 API 向用户主动申请,用户会看到授权弹窗,必须明确同意后才能使用。
|
||||||
|
|
||||||
|
### 2.2 不需要单独申请的权限
|
||||||
|
|
||||||
|
这类权限不需要通过 API 主动申请,小程序在使用相关功能时会自动触发系统授权提示,或在某些场景下默认授权。
|
||||||
|
|
||||||
|
## 3. 详细权限列表
|
||||||
|
|
||||||
|
### 3.1 需要单独申请的权限
|
||||||
|
|
||||||
|
| 权限名称 | 权限标识 | 描述 | 使用场景 |
|
||||||
|
|---------|---------|------|----------|
|
||||||
|
| 地理位置 | `scope.userLocation` | 获取用户地理位置 | 地图定位、附近商家等 |
|
||||||
|
| 后台定位 | `scope.userLocationBackground` | 后台持续获取地理位置 | 外卖配送、打车等需要后台定位的场景 |
|
||||||
|
| 录音 | `scope.record` | 录制音频 | 语音消息、语音识别等 |
|
||||||
|
| 摄像头 | `scope.camera` | 使用摄像头 | 扫码、拍照、视频通话等 |
|
||||||
|
| 通讯地址 | `scope.address` | 获取用户通讯地址 | 填写收货地址等 |
|
||||||
|
| 发票抬头 | `scope.invoiceTitle` | 获取用户发票抬头 | 填写发票信息等 |
|
||||||
|
| 微信运动步数 | `scope.werun` | 获取微信运动步数 | 步数统计、运动排名等 |
|
||||||
|
| 保存到相册 | `scope.writePhotosAlbum` | 保存图片到相册 | 保存分享图片、截图等 |
|
||||||
|
| 添加到日历 | `scope.addPhoneCalendar` | 添加事件到日历 | 预约提醒、活动安排等 |
|
||||||
|
| 读取日历 | `scope.readPhoneCalendar` | 读取日历事件 | 日程管理、智能提醒等 |
|
||||||
|
|
||||||
|
### 3.2 不需要单独申请的权限
|
||||||
|
|
||||||
|
| 权限名称 | 权限标识 | 描述 | 使用场景 |
|
||||||
|
|---------|---------|------|----------|
|
||||||
|
| 剪贴板 | `scope.userClipboard` | 读写剪贴板 | 复制链接、粘贴内容等 |
|
||||||
|
| 选择地址 | `scope.chooseAddress` | 选择收货地址 | 下单时选择地址 |
|
||||||
|
| 选择发票 | `scope.chooseInvoice` | 选择发票 | 填写发票信息时选择 |
|
||||||
|
| 选择发票抬头 | `scope.chooseInvoiceTitle` | 选择发票抬头 | 填写发票信息时选择 |
|
||||||
|
| 获取网络状态 | - | 获取网络状态 | 网络请求、状态检测等 |
|
||||||
|
| 获取设备信息 | - | 获取设备型号、操作系统等 | 适配不同设备、统计分析等 |
|
||||||
|
| 获取窗口信息 | - | 获取窗口尺寸等 | 布局适配、响应式设计等 |
|
||||||
|
|
||||||
|
## 4. 权限申请流程
|
||||||
|
|
||||||
|
### 4.1 需要单独申请的权限
|
||||||
|
|
||||||
|
1. 在 `manifest.json` 中配置权限描述
|
||||||
|
2. 在代码中调用相关 API 前,先检查是否已授权
|
||||||
|
3. 未授权时,调用 `wx.requestAuthorization` 申请权限
|
||||||
|
4. 根据用户授权结果执行相应操作
|
||||||
|
|
||||||
|
### 4.2 不需要单独申请的权限
|
||||||
|
|
||||||
|
1. 在 `manifest.json` 中配置权限描述
|
||||||
|
2. 直接调用相关 API,系统会自动处理授权逻辑
|
||||||
|
|
||||||
|
## 5. 权限配置示例
|
||||||
|
|
||||||
|
### 5.1 manifest.json 配置示例
|
||||||
|
|
||||||
|
```json
|
||||||
|
"mp-weixin": {
|
||||||
|
"appid": "wx29215aa1bd97bbd6",
|
||||||
|
"permission": {
|
||||||
|
"scope.userLocation": {
|
||||||
|
"desc": "为了更好地为您提供服务"
|
||||||
|
},
|
||||||
|
"scope.writePhotosAlbum": {
|
||||||
|
"desc": "为了更好地为您提供服务"
|
||||||
|
},
|
||||||
|
"scope.userClipboard": {
|
||||||
|
"desc": "为了方便您复制信息"
|
||||||
|
},
|
||||||
|
"scope.record": {
|
||||||
|
"desc": "用于语音录制功能"
|
||||||
|
},
|
||||||
|
"scope.camera": {
|
||||||
|
"desc": "用于拍摄照片或视频"
|
||||||
|
},
|
||||||
|
"scope.address": {
|
||||||
|
"desc": "用于获取您的通讯地址"
|
||||||
|
},
|
||||||
|
"scope.chooseAddress": {
|
||||||
|
"desc": "用于选择收货地址"
|
||||||
|
},
|
||||||
|
"scope.chooseInvoice": {
|
||||||
|
"desc": "用于选择发票"
|
||||||
|
},
|
||||||
|
"scope.chooseInvoiceTitle": {
|
||||||
|
"desc": "用于选择发票抬头"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requiredPrivateInfos": ["chooseLocation", "getLocation", "chooseAddress"]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 5.2 权限申请代码示例
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// 申请地理位置权限
|
||||||
|
wx.getSetting({
|
||||||
|
success: (res) => {
|
||||||
|
if (!res.authSetting['scope.userLocation']) {
|
||||||
|
wx.requestAuthorization({
|
||||||
|
scope: 'scope.userLocation',
|
||||||
|
success: (authRes) => {
|
||||||
|
if (authRes.authSetting['scope.userLocation']) {
|
||||||
|
// 用户授权成功,可以使用地理位置相关功能
|
||||||
|
wx.getLocation({
|
||||||
|
type: 'wgs84',
|
||||||
|
success: (locationRes) => {
|
||||||
|
console.log('获取位置成功', locationRes);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
},
|
||||||
|
fail: (err) => {
|
||||||
|
console.log('授权失败', err);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
// 已经授权,可以直接使用
|
||||||
|
wx.getLocation({
|
||||||
|
type: 'wgs84',
|
||||||
|
success: (locationRes) => {
|
||||||
|
console.log('获取位置成功', locationRes);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
## 6. 注意事项和最佳实践
|
||||||
|
|
||||||
|
### 6.1 注意事项
|
||||||
|
|
||||||
|
1. **权限申请时机**:在真正需要使用权限时再申请,不要在小程序启动时就申请所有权限
|
||||||
|
2. **权限描述**:在 `manifest.json` 中为每个权限提供清晰、准确的描述,说明为什么需要该权限
|
||||||
|
3. **用户体验**:在申请权限前,先向用户解释为什么需要该权限,提高授权成功率
|
||||||
|
4. **权限拒绝处理**:当用户拒绝授权时,提供合理的降级方案,不要直接阻断用户操作
|
||||||
|
5. **隐私政策**:在小程序中提供隐私政策,说明如何使用用户数据
|
||||||
|
|
||||||
|
### 6.2 最佳实践
|
||||||
|
|
||||||
|
1. **按需申请**:只申请小程序真正需要的权限
|
||||||
|
2. **逐步申请**:根据用户使用流程,逐步申请所需权限
|
||||||
|
3. **合理降级**:当权限被拒绝时,提供替代方案
|
||||||
|
4. **定期检查**:定期检查权限使用情况,移除不再需要的权限
|
||||||
|
5. **权限管理**:在小程序设置中提供权限管理入口,方便用户查看和修改授权状态
|
||||||
|
|
||||||
|
## 7. 相关 API
|
||||||
|
|
||||||
|
### 7.1 权限相关 API
|
||||||
|
|
||||||
|
- `wx.getSetting`:获取用户当前的授权状态
|
||||||
|
- `wx.requestAuthorization`:请求用户授权
|
||||||
|
- `wx.openSetting`:打开设置页面,引导用户修改授权状态
|
||||||
|
|
||||||
|
### 7.2 常用功能 API
|
||||||
|
|
||||||
|
- `wx.getLocation`:获取用户地理位置
|
||||||
|
- `wx.chooseAddress`:选择收货地址
|
||||||
|
- `wx.chooseInvoice`:选择发票
|
||||||
|
- `wx.chooseInvoiceTitle`:选择发票抬头
|
||||||
|
- `wx.getRecorderManager`:获取录音管理器
|
||||||
|
- `wx.createCameraContext`:创建摄像头上下文
|
||||||
|
|
||||||
|
## 8. 常见问题
|
||||||
|
|
||||||
|
### 8.1 权限申请失败
|
||||||
|
|
||||||
|
- **原因**:用户拒绝授权、系统限制、权限配置错误
|
||||||
|
- **解决方法**:检查权限配置、提供合理的权限说明、引导用户在设置中开启权限
|
||||||
|
|
||||||
|
### 8.2 权限被禁用
|
||||||
|
|
||||||
|
- **原因**:用户在设置中关闭了权限
|
||||||
|
- **解决方法**:使用 `wx.openSetting` 引导用户重新开启权限
|
||||||
|
|
||||||
|
### 8.3 权限申请弹窗不显示
|
||||||
|
|
||||||
|
- **原因**:用户之前拒绝过授权且选择了"不再询问"
|
||||||
|
- **解决方法**:引导用户在设置中开启权限
|
||||||
|
|
||||||
|
## 9. 总结
|
||||||
|
|
||||||
|
合理配置和使用微信小程序权限,不仅可以保护用户隐私和数据安全,还能提升用户体验和小程序的可信度。开发者应该根据小程序的实际功能需求,按需申请权限,并为用户提供清晰、透明的权限使用说明。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**更新时间**:2026-01-06
|
||||||
|
**适用微信版本**:最新版本
|
||||||
|
**参考文档**:[微信小程序官方权限文档](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/authorize.html)
|
||||||
165
docs/example/wechat-channel-demo.vue
Normal file
165
docs/example/wechat-channel-demo.vue
Normal file
@@ -0,0 +1,165 @@
|
|||||||
|
<template>
|
||||||
|
<view class="wechat-channel-demo">
|
||||||
|
<view class="demo-header">
|
||||||
|
<text class="demo-title">微信视频号集成示例</text>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="demo-section">
|
||||||
|
<view class="section-title">单个视频号</view>
|
||||||
|
<diy-wechat-channel :value="channelData" />
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="demo-section">
|
||||||
|
<view class="section-title">视频号列表</view>
|
||||||
|
<diy-wechat-channel-list :value="channelListData" />
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="demo-section">
|
||||||
|
<view class="section-title">使用说明</view>
|
||||||
|
<view class="section-content">
|
||||||
|
<view class="content-item">1. 确保微信小程序已开通视频号权限</view>
|
||||||
|
<view class="content-item">2. 小程序需与视频号关联</view>
|
||||||
|
<view class="content-item">3. 传递正确的feedId用于播放视频</view>
|
||||||
|
<view class="content-item">4. 仅支持微信小程序环境</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import diyWechatChannel from '@/components-diy/diy-wechat-channel.vue'
|
||||||
|
import diyWechatChannelList from '@/components-diy/diy-wechat-channel-list.vue'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'wechat-channel-demo',
|
||||||
|
components: {
|
||||||
|
diyWechatChannel,
|
||||||
|
diyWechatChannelList
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
// 单个视频号数据
|
||||||
|
channelData: {
|
||||||
|
channelName: "示例视频号",
|
||||||
|
avatarUrl: "https://via.placeholder.com/100",
|
||||||
|
videoTitle: "这是一个示例视频,展示如何使用微信视频号组件",
|
||||||
|
coverUrl: "https://via.placeholder.com/640x360",
|
||||||
|
feedId: "v02004g10000c3f7l7j5u87l33n8f160",
|
||||||
|
viewCount: 12345,
|
||||||
|
showFollow: true,
|
||||||
|
componentAngle: "round",
|
||||||
|
topAroundRadius: 10,
|
||||||
|
bottomAroundRadius: 10
|
||||||
|
},
|
||||||
|
// 视频号列表数据
|
||||||
|
channelListData: {
|
||||||
|
list: [
|
||||||
|
{
|
||||||
|
channelName: "示例视频号1",
|
||||||
|
coverUrl: "https://via.placeholder.com/640x360",
|
||||||
|
videoTitle: "这是示例视频1,展示如何使用微信视频号组件",
|
||||||
|
feedId: "v02004g10000c3f7l7j5u87l33n8f160",
|
||||||
|
viewCount: 12345
|
||||||
|
},
|
||||||
|
{
|
||||||
|
channelName: "示例视频号2",
|
||||||
|
coverUrl: "https://via.placeholder.com/640x360",
|
||||||
|
videoTitle: "这是示例视频2,展示如何使用微信视频号组件",
|
||||||
|
feedId: "v02004g10000c3f7m7j5u87l33n8f161",
|
||||||
|
viewCount: 67890
|
||||||
|
},
|
||||||
|
{
|
||||||
|
channelName: "示例视频号3",
|
||||||
|
coverUrl: "https://via.placeholder.com/640x360",
|
||||||
|
videoTitle: "这是示例视频3,展示如何使用微信视频号组件",
|
||||||
|
feedId: "v02004g10000c3f7n7j5u87l33n8f162",
|
||||||
|
viewCount: 98765
|
||||||
|
},
|
||||||
|
{
|
||||||
|
channelName: "示例视频号4",
|
||||||
|
coverUrl: "https://via.placeholder.com/640x360",
|
||||||
|
videoTitle: "这是示例视频4,展示如何使用微信视频号组件",
|
||||||
|
feedId: "v02004g10000c3f7o7j5u87l33n8f163",
|
||||||
|
viewCount: 54321
|
||||||
|
}
|
||||||
|
],
|
||||||
|
rowCount: 2,
|
||||||
|
showStyle: "fixed",
|
||||||
|
font: {
|
||||||
|
size: 14,
|
||||||
|
weight: "normal",
|
||||||
|
color: "#333"
|
||||||
|
},
|
||||||
|
componentBgColor: "#fff",
|
||||||
|
componentAngle: "round",
|
||||||
|
topAroundRadius: 10,
|
||||||
|
bottomAroundRadius: 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onLoad() {
|
||||||
|
console.log('微信视频号示例页面加载');
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
// 可以在这里添加自定义方法
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.wechat-channel-demo {
|
||||||
|
padding: 20rpx;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.demo-header {
|
||||||
|
text-align: center;
|
||||||
|
padding: 40rpx 0;
|
||||||
|
background-color: #fff;
|
||||||
|
margin-bottom: 20rpx;
|
||||||
|
border-radius: 12rpx;
|
||||||
|
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08);
|
||||||
|
}
|
||||||
|
|
||||||
|
.demo-title {
|
||||||
|
font-size: 32rpx;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.demo-section {
|
||||||
|
background-color: #fff;
|
||||||
|
margin-bottom: 20rpx;
|
||||||
|
border-radius: 12rpx;
|
||||||
|
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08);
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
font-size: 28rpx;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #333;
|
||||||
|
padding: 20rpx;
|
||||||
|
border-bottom: 1rpx solid #f0f0f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-content {
|
||||||
|
padding: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-item {
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #666;
|
||||||
|
margin-bottom: 12rpx;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 组件样式调整 */
|
||||||
|
.demo-section >>> .diy-wechat-channel {
|
||||||
|
margin: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.demo-section >>> .diy-wechat-channel-list {
|
||||||
|
margin: 20rpx;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -19,5 +19,10 @@ export const lang = {
|
|||||||
currencySymbol: '¥',
|
currencySymbol: '¥',
|
||||||
submit: 'Submit',
|
submit: 'Submit',
|
||||||
searchTip: 'Please enter search keywords'
|
searchTip: 'Please enter search keywords'
|
||||||
}
|
},
|
||||||
|
|
||||||
|
login: 'Login/Register',
|
||||||
|
loginTips: 'Click to login and enjoy more exciting information',
|
||||||
|
toLogin: 'Go to login',
|
||||||
|
toGoodsCategoryPage: 'Go shopping',
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,18 @@
|
|||||||
export const lang = {
|
export const lang = {
|
||||||
//title为每个页面的标题
|
//title为每个页面的标题
|
||||||
title: 'Electronic Card'
|
title: 'Electronic Card',
|
||||||
|
onlineMessage: 'Online Message',
|
||||||
|
call: 'One-click Call',
|
||||||
|
copy: 'Copy',
|
||||||
|
copyFailed: 'Copy Failed',
|
||||||
|
copySuccess: 'Copy Success',
|
||||||
|
oneClickNavigation: 'One-click Navigation',
|
||||||
|
name: 'Name',
|
||||||
|
contactInfo: 'Contact Info',
|
||||||
|
messageContent: 'Message Content',
|
||||||
|
pleaseEnterName: 'Please enter your name',
|
||||||
|
pleaseEnterMobile: 'Please enter your phone number',
|
||||||
|
pleaseEnterMessage: 'Please enter your message',
|
||||||
|
submit: 'Submit',
|
||||||
|
exclusiveCustomerService: 'Exclusive Customer Service'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,9 +40,21 @@ export const lang = {
|
|||||||
myHongbao: 'My Red Envelopes',
|
myHongbao: 'My Red Envelopes',
|
||||||
myBlindBox: 'My Blind Boxes',
|
myBlindBox: 'My Blind Boxes',
|
||||||
|
|
||||||
waitpay:'Waitpay',
|
waitpay: 'Waitpay',
|
||||||
waitsend:'Waitsend',
|
waitsend: 'Waitsend',
|
||||||
waitconfirm:'Waitconfirm',
|
waitconfirm: 'Waitconfirm',
|
||||||
activist:'Activist',
|
activist: 'Activist',
|
||||||
completed:'Completed',
|
completed: 'Completed',
|
||||||
|
|
||||||
|
// 账户操作
|
||||||
|
logout: 'Logout',
|
||||||
|
cancellation: 'Account Cancellation',
|
||||||
|
logoutTitle: 'Tips',
|
||||||
|
logoutContent: 'Are you sure you want to log out',
|
||||||
|
cancellationTitle: 'Risk Warning',
|
||||||
|
cancellationContent: 'Are you sure you want to cancel your current account?',
|
||||||
|
|
||||||
|
// 协议
|
||||||
|
privacyPolicy: 'Privacy Policy',
|
||||||
|
registrationAgreement: 'Registration Agreement',
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,5 +19,16 @@ export const lang = {
|
|||||||
currencySymbol: '¥',
|
currencySymbol: '¥',
|
||||||
submit: '提交',
|
submit: '提交',
|
||||||
searchTip: '请输入搜索关键词'
|
searchTip: '请输入搜索关键词'
|
||||||
}
|
},
|
||||||
|
|
||||||
|
login: '登录/注册',
|
||||||
|
loginTpis: '点击登录 享受更多精彩信息',
|
||||||
|
toLogin: '去登录',
|
||||||
|
toGoodsCategoryPage: '去逛逛',
|
||||||
|
|
||||||
|
waitpay: '待付款',
|
||||||
|
waitsend: '待发货',
|
||||||
|
waitconfirm: '待收货',
|
||||||
|
activist: '售后',
|
||||||
|
completed: '已完成',
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,18 @@
|
|||||||
export const lang = {
|
export const lang = {
|
||||||
//title为每个页面的标题
|
//title为每个页面的标题
|
||||||
title: '电子名片'
|
title: '电子名片',
|
||||||
|
onlineMessage: '在线留言',
|
||||||
|
call: '一键拨打',
|
||||||
|
copy: '复制',
|
||||||
|
copyFailed: '复制失败',
|
||||||
|
copySuccess: '复制成功',
|
||||||
|
oneClickNavigation: '一键导航',
|
||||||
|
name: '姓名',
|
||||||
|
contactInfo: '联系方式',
|
||||||
|
messageContent: '留言内容',
|
||||||
|
pleaseEnterName: '请输入您的姓名',
|
||||||
|
pleaseEnterMobile: '请输入您的手机号',
|
||||||
|
pleaseEnterMessage: '请输入留言内容',
|
||||||
|
submit: '提交',
|
||||||
|
exclusiveCustomerService: '专属客服'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ export const lang = {
|
|||||||
title: '商品分类',
|
title: '商品分类',
|
||||||
search:'商品搜索',
|
search:'商品搜索',
|
||||||
seeMore : '查看更多',
|
seeMore : '查看更多',
|
||||||
Make: "询价"
|
Make: "询底价"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export const lang = {
|
|||||||
home:'首页',
|
home:'首页',
|
||||||
cart:'购物车',
|
cart:'购物车',
|
||||||
leave:'立即留言',
|
leave:'立即留言',
|
||||||
make:'电话询价',
|
make:'联系我们',
|
||||||
|
|
||||||
send:'配送',
|
send:'配送',
|
||||||
express:'快递发货',
|
express:'快递发货',
|
||||||
@@ -22,7 +22,7 @@ export const lang = {
|
|||||||
status:'该商品已下架',
|
status:'该商品已下架',
|
||||||
sellout:'库存不足',
|
sellout:'库存不足',
|
||||||
max:'已达最大限购数量',
|
max:'已达最大限购数量',
|
||||||
makebtn:'询价',
|
makebtn:'价格电议',
|
||||||
sales:'销量',
|
sales:'销量',
|
||||||
stock:'库存',
|
stock:'库存',
|
||||||
kefu:'客服',
|
kefu:'客服',
|
||||||
|
|||||||
@@ -6,6 +6,6 @@ export const lang = {
|
|||||||
Price:'价格',
|
Price:'价格',
|
||||||
Filter:'筛选',
|
Filter:'筛选',
|
||||||
Search:'请输入您要搜索的商品',
|
Search:'请输入您要搜索的商品',
|
||||||
Make:'立即询价',
|
Make:'立即询底价',
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,11 +32,11 @@ export const lang = {
|
|||||||
message: '我的消息',
|
message: '我的消息',
|
||||||
exchangeOrder: '积分兑换',
|
exchangeOrder: '积分兑换',
|
||||||
|
|
||||||
waitpay:'待付款',
|
waitpay: '待付款',
|
||||||
waitsend:'待发货',
|
waitsend: '待发货',
|
||||||
waitconfirm:'待收货',
|
waitconfirm: '待收货',
|
||||||
activist:'售后',
|
activist: '售后',
|
||||||
completed:'已完成',
|
completed: '已完成',
|
||||||
|
|
||||||
// 推广中心
|
// 推广中心
|
||||||
balance: '余额',
|
balance: '余额',
|
||||||
@@ -46,9 +46,19 @@ export const lang = {
|
|||||||
myPresale: '我的预售',
|
myPresale: '我的预售',
|
||||||
myGiftcard: '我的礼品卡',
|
myGiftcard: '我的礼品卡',
|
||||||
myDivideticket: '我的瓜分券',
|
myDivideticket: '我的瓜分券',
|
||||||
myRebate:'拼团返利',
|
myRebate: '拼团返利',
|
||||||
myHongbao:'我的红包列表',
|
myHongbao: '我的红包列表',
|
||||||
myBlindBox:'我的盲盒',
|
myBlindBox: '我的盲盒',
|
||||||
|
|
||||||
|
// 账户操作
|
||||||
|
logout: '退出登录',
|
||||||
|
cancellation: '账号注销',
|
||||||
|
logoutTitle: '提示',
|
||||||
|
logoutContent: '确定要退出登录吗',
|
||||||
|
cancellationTitle: '风险提示',
|
||||||
|
cancellationContent: '确定要注销当前账号吗?',
|
||||||
|
|
||||||
|
// 协议
|
||||||
|
privacyPolicy: '隐私协议',
|
||||||
|
registrationAgreement: '注册协议',
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
export const lang = {
|
export const lang = {
|
||||||
//title为每个页面的标题
|
//title为每个页面的标题
|
||||||
title: '退款',
|
title: '售后',
|
||||||
checkDetail: '查看详情',
|
checkDetail: '查看详情',
|
||||||
emptyTips: '暂无退款记录'
|
emptyTips: '暂无售后记录'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -72,6 +72,9 @@
|
|||||||
},
|
},
|
||||||
"scope.writePhotosAlbum" : {
|
"scope.writePhotosAlbum" : {
|
||||||
"desc" : "为了更好地为您提供服务"
|
"desc" : "为了更好地为您提供服务"
|
||||||
|
},
|
||||||
|
"scope.userClipboard" : {
|
||||||
|
"desc" : "为了方便您复制信息"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requiredPrivateInfos" : [ "chooseLocation", "getLocation", "chooseAddress" ],
|
"requiredPrivateInfos" : [ "chooseLocation", "getLocation", "chooseAddress" ],
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
},
|
},
|
||||||
"router" : {
|
"router" : {
|
||||||
"mode" : "history",
|
"mode" : "history",
|
||||||
"base" : "/hwappx/2724/"
|
"base" : "/hwappx/common/"
|
||||||
},
|
},
|
||||||
"title" : "",
|
"title" : "",
|
||||||
"devServer" : {
|
"devServer" : {
|
||||||
|
|||||||
57
package-lock.json
generated
57
package-lock.json
generated
@@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "uniappsaas",
|
"name": "frontend",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
|
"dependencies": {
|
||||||
|
"jweixin-module": "^1.6.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"terser-webpack-plugin": "^5.3.10"
|
"terser-webpack-plugin": "^5.3.10",
|
||||||
|
"zion-uniapp-mp-load-package": "^1.0.13"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@jridgewell/gen-mapping": {
|
"node_modules/@jridgewell/gen-mapping": {
|
||||||
@@ -619,6 +623,25 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/json5": {
|
||||||
|
"version": "2.2.3",
|
||||||
|
"resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
|
||||||
|
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"bin": {
|
||||||
|
"json5": "lib/cli.js"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/jweixin-module": {
|
||||||
|
"version": "1.6.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/jweixin-module/-/jweixin-module-1.6.0.tgz",
|
||||||
|
"integrity": "sha512-dGk9cf+ipipHmtzYmKZs5B2toX+p4hLyllGLF6xuC8t+B05oYxd8fYoaRz0T30U2n3RUv8a4iwvjhA+OcYz52w==",
|
||||||
|
"license": "ISC"
|
||||||
|
},
|
||||||
"node_modules/loader-runner": {
|
"node_modules/loader-runner": {
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
"resolved": "https://repo.huaweicloud.com/repository/npm/loader-runner/-/loader-runner-4.3.0.tgz",
|
"resolved": "https://repo.huaweicloud.com/repository/npm/loader-runner/-/loader-runner-4.3.0.tgz",
|
||||||
@@ -981,6 +1004,16 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.13.0"
|
"node": ">=10.13.0"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"node_modules/zion-uniapp-mp-load-package": {
|
||||||
|
"version": "1.0.13",
|
||||||
|
"resolved": "https://registry.npmmirror.com/zion-uniapp-mp-load-package/-/zion-uniapp-mp-load-package-1.0.13.tgz",
|
||||||
|
"integrity": "sha512-QKJ6azXsJh9dVpjVS/48bGQELSI3FFtQ3QZic/Gs5z6v77BVjY7uGCXKxGuCwNwijtJnm8FRzlFGTVcQYU+wXA==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"json5": "^2.2.3"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -1456,6 +1489,17 @@
|
|||||||
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"json5": {
|
||||||
|
"version": "2.2.3",
|
||||||
|
"resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
|
||||||
|
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"jweixin-module": {
|
||||||
|
"version": "1.6.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/jweixin-module/-/jweixin-module-1.6.0.tgz",
|
||||||
|
"integrity": "sha512-dGk9cf+ipipHmtzYmKZs5B2toX+p4hLyllGLF6xuC8t+B05oYxd8fYoaRz0T30U2n3RUv8a4iwvjhA+OcYz52w=="
|
||||||
|
},
|
||||||
"loader-runner": {
|
"loader-runner": {
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
"resolved": "https://repo.huaweicloud.com/repository/npm/loader-runner/-/loader-runner-4.3.0.tgz",
|
"resolved": "https://repo.huaweicloud.com/repository/npm/loader-runner/-/loader-runner-4.3.0.tgz",
|
||||||
@@ -1681,6 +1725,15 @@
|
|||||||
"integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
|
"integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"peer": true
|
"peer": true
|
||||||
|
},
|
||||||
|
"zion-uniapp-mp-load-package": {
|
||||||
|
"version": "1.0.13",
|
||||||
|
"resolved": "https://registry.npmmirror.com/zion-uniapp-mp-load-package/-/zion-uniapp-mp-load-package-1.0.13.tgz",
|
||||||
|
"integrity": "sha512-QKJ6azXsJh9dVpjVS/48bGQELSI3FFtQ3QZic/Gs5z6v77BVjY7uGCXKxGuCwNwijtJnm8FRzlFGTVcQYU+wXA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"json5": "^2.2.3"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,8 @@
|
|||||||
"mp-weixin": "node scripts/mp-weixin.patch.js"
|
"mp-weixin": "node scripts/mp-weixin.patch.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"terser-webpack-plugin": "^5.3.10"
|
"terser-webpack-plugin": "^5.3.10",
|
||||||
|
"zion-uniapp-mp-load-package": "^1.0.13"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jweixin-module": "^1.6.0"
|
"jweixin-module": "^1.6.0"
|
||||||
|
|||||||
@@ -953,6 +953,13 @@
|
|||||||
"easycom": {
|
"easycom": {
|
||||||
"autoscan": true,
|
"autoscan": true,
|
||||||
"custom": {
|
"custom": {
|
||||||
|
"x-skeleton": "@/uni_modules/x-skeleton/components/x-skeleton/x-skeleton.vue",
|
||||||
|
"mp-html": "@/uni_modules/mp-html/components/mp-html/mp-html.vue",
|
||||||
|
"uni-*(\\W.*)": "@/uni_modules/uni$1/components/uni$1/uni$1.vue",
|
||||||
|
|
||||||
|
"mescroll-uni": "@/components/mescroll/my-list-mescroll.vue",
|
||||||
|
"ns-goods-sku-*(\\W.*)": "@/components/ns-goods-sku/ns-goods-sku$1.vue",
|
||||||
|
|
||||||
"diy-*(\\W.*)": "@/components-diy/diy$1.vue"
|
"diy-*(\\W.*)": "@/components-diy/diy$1.vue"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -136,11 +136,9 @@
|
|||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
</view>
|
</view>
|
||||||
<hover-nav></hover-nav>
|
<hover-nav :need="true"></hover-nav>
|
||||||
<!-- #ifdef MP-WEIXIN -->
|
<!-- 隐私协议 -->
|
||||||
<!-- 小程序隐私协议 -->
|
|
||||||
<privacy-popup ref="privacyPopup"></privacy-popup>
|
<privacy-popup ref="privacyPopup"></privacy-popup>
|
||||||
<!-- #endif -->
|
|
||||||
<to-top v-if="showTop" @toTop="scrollToTopNative()"></to-top>
|
<to-top v-if="showTop" @toTop="scrollToTopNative()"></to-top>
|
||||||
<ns-login ref="login"></ns-login>
|
<ns-login ref="login"></ns-login>
|
||||||
</view>
|
</view>
|
||||||
@@ -148,28 +146,13 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import uniPopup from '@/components/uni-popup/uni-popup.vue';
|
|
||||||
import nsNavbar from '@/components/ns-navbar/ns-navbar.vue';
|
|
||||||
import nsLogin from '@/components/ns-login/ns-login.vue';
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
import privacyPopup from '@/components/wx-privacy-popup/privacy-popup.vue';
|
|
||||||
// #endif
|
|
||||||
import diyJs from '@/common/js/diy.js';
|
|
||||||
import toTop from '@/components/toTop/toTop.vue';
|
|
||||||
import scroll from '@/common/js/scroll-view.js';
|
|
||||||
|
|
||||||
|
|
||||||
|
import diyJs from '@/common/js/diy.js';
|
||||||
|
import scroll from '@/common/js/scroll-view.js';
|
||||||
import indexJs from './public/js/index.js';
|
import indexJs from './public/js/index.js';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
|
||||||
uniPopup,
|
|
||||||
nsNavbar,
|
|
||||||
toTop,
|
|
||||||
nsLogin,
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
privacyPopup
|
|
||||||
// #endif
|
|
||||||
},
|
|
||||||
mixins: [diyJs, scroll, indexJs]
|
mixins: [diyJs, scroll, indexJs]
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<view :style="themeColor">
|
<view :style="themeColor">
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<scroll-view class="scroll-view" :scroll-y="true" :show-scrollbar="false" :refresher-enabled="true" :refresher-triggered="refresherTriggered" @refresherrefresh="onRefresh">
|
<scroll-view class="scroll-view" :scroll-y="true" :show-scrollbar="false" :refresher-enabled="true"
|
||||||
|
:refresher-triggered="refresherTriggered" @refresherrefresh="onRefresh">
|
||||||
<block v-if="hasData">
|
<block v-if="hasData">
|
||||||
<view class="cart-header" v-if="cartData.length">
|
<view class="cart-header" v-if="cartData.length">
|
||||||
<view class="num-wrap">共{{ cartData[0].cartList.length }}种商品</view>
|
<view class="num-wrap">共{{ cartData[0].cartList.length }}种商品</view>
|
||||||
@@ -20,51 +21,67 @@
|
|||||||
<text class="iconfont icon-right"></text>
|
<text class="iconfont icon-right"></text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="store-wrap" v-if="globalStoreConfig && globalStoreConfig.store_business == 'store' && globalStoreInfo">
|
<view class="store-wrap"
|
||||||
|
v-if="globalStoreConfig && globalStoreConfig.store_business == 'store' && globalStoreInfo">
|
||||||
<text class="iconfont icon-dianpu"></text>
|
<text class="iconfont icon-dianpu"></text>
|
||||||
<text class="name">{{globalStoreInfo.store_name}}</text>
|
<text class="name">{{ globalStoreInfo.store_name }}</text>
|
||||||
</view>
|
</view>
|
||||||
<block v-for="(item, cartIndex) in siteItem.cartList" :key="cartIndex">
|
<block v-for="(item, cartIndex) in siteItem.cartList" :key="cartIndex">
|
||||||
<view class="cart-goods" @touchstart="touchS($event)" @touchend="touchE($event, item)">
|
<view class="cart-goods" @touchstart="touchS($event)" @touchend="touchE($event, item)">
|
||||||
<view class="goods-wrap" :class="{ edit: item.edit }">
|
<view class="goods-wrap" :class="{ edit: item.edit }">
|
||||||
<view class="iconfont" :class="item.checked ? 'icon-yuan_checked color-base-text' : 'icon-yuan_checkbox'" @click="singleElection(siteIndex, cartIndex)"></view>
|
<view class="iconfont"
|
||||||
|
:class="item.checked ? 'icon-yuan_checked color-base-text' : 'icon-yuan_checkbox'"
|
||||||
|
@click="singleElection(siteIndex, cartIndex)"></view>
|
||||||
<view @click="toGoodsDetail(item)" class="goods-img">
|
<view @click="toGoodsDetail(item)" class="goods-img">
|
||||||
<image :src="$util.img(item.sku_image, { size: 'mid' })" @error="imageError(siteIndex, cartIndex)" mode="aspectFill"/>
|
<image :src="$util.img(item.sku_image, { size: 'mid' })"
|
||||||
|
@error="imageError(siteIndex, cartIndex)" mode="aspectFill" />
|
||||||
</view>
|
</view>
|
||||||
<view class="goods-info">
|
<view class="goods-info">
|
||||||
<view>
|
<view>
|
||||||
<view @click="toGoodsDetail(item)" class="goods-name">{{ isEnEnv ? item.en_goods_name : item.goods_name }}</view>
|
<view @click="toGoodsDetail(item)" class="goods-name">{{ isEnEnv ?
|
||||||
|
item.en_goods_name : item.goods_name }}</view>
|
||||||
<view class="sku-wrap">
|
<view class="sku-wrap">
|
||||||
<view class="sku">
|
<view class="sku">
|
||||||
<view class="goods-spec" v-if="item.sku_spec_format.length" @click="selectSku(item)">
|
<view class="goods-spec" v-if="item.sku_spec_format.length"
|
||||||
|
@click="selectSku(item)">
|
||||||
<block v-for="(x, i) in item.sku_spec_format" :key="i">
|
<block v-for="(x, i) in item.sku_spec_format" :key="i">
|
||||||
{{ x.spec_name }}:{{ x.spec_value_name }}
|
{{ x.spec_name }}:{{ x.spec_value_name }}
|
||||||
{{ i < item.sku_spec_format.length - 1 ? ';' : '' }}
|
{{ i < item.sku_spec_format.length - 1 ? ';' : '' }}
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<text class="iconfont icon-unfold" v-if="item.sku_spec_format.length"></text>
|
<text class="iconfont icon-unfold"
|
||||||
|
v-if="item.sku_spec_format.length"></text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="goods-sub-section">
|
<view class="goods-sub-section">
|
||||||
<block v-if="item.promotion_type == 1">
|
<block v-if="item.promotion_type == 1">
|
||||||
<block v-if="Number(item.member_price) > 0 && Number(item.member_price) < Number(item.discount_price)">
|
<block
|
||||||
|
v-if="Number(item.member_price) > 0 && Number(item.member_price) < Number(item.discount_price)">
|
||||||
<view class="goods-price ">
|
<view class="goods-price ">
|
||||||
<view class="bottom-price price-style large">
|
<view class="bottom-price price-style large">
|
||||||
<text class="unit price-style small">{{ $lang('common.currencySymbol') }}</text>
|
<text class="unit price-style small">{{
|
||||||
|
$lang('common.currencySymbol') }}</text>
|
||||||
{{ parseFloat(item.member_price).toFixed(2).split('.')[0] }}
|
{{ parseFloat(item.member_price).toFixed(2).split('.')[0] }}
|
||||||
<text class="unit price-style small">.{{ parseFloat(item.member_price).toFixed(2).split('.')[1] }}</text>
|
<text class="unit price-style small">.{{
|
||||||
<image :src="$util.img('public/uniapp/index/VIP.png')"/>
|
parseFloat(item.member_price).toFixed(2).split('.')[1]
|
||||||
|
}}</text>
|
||||||
|
<image :src="$util.img('public/uniapp/index/VIP.png')" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
<block v-else>
|
<block v-else>
|
||||||
<view class="goods-price ">
|
<view class="goods-price ">
|
||||||
<view class="bottom-price price-style large">
|
<view class="bottom-price price-style large">
|
||||||
<text class="unit price-style small">{{ $lang('common.currencySymbol') }}</text>
|
<text class="unit price-style small">{{
|
||||||
{{ parseFloat(item.discount_price).toFixed(2).split('.')[0] }}
|
$lang('common.currencySymbol') }}</text>
|
||||||
<text class="unit price-style small">.{{ parseFloat(item.discount_price).toFixed(2).split('.')[1] }}</text>
|
{{ parseFloat(item.discount_price).toFixed(2).split('.')[0]
|
||||||
<image :src="$util.img('public/uniapp/index/discount.png')"/>
|
}}
|
||||||
|
<text class="unit price-style small">.{{
|
||||||
|
parseFloat(item.discount_price).toFixed(2).split('.')[1]
|
||||||
|
}}</text>
|
||||||
|
<image
|
||||||
|
:src="$util.img('public/uniapp/index/discount.png')" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
@@ -73,19 +90,25 @@
|
|||||||
<block v-if="Number(item.member_price) > 0">
|
<block v-if="Number(item.member_price) > 0">
|
||||||
<view class="goods-price">
|
<view class="goods-price">
|
||||||
<view class="bottom-price price-style large">
|
<view class="bottom-price price-style large">
|
||||||
<text class="unit price-style small">{{ $lang('common.currencySymbol') }}</text>
|
<text class="unit price-style small">{{
|
||||||
|
$lang('common.currencySymbol') }}</text>
|
||||||
{{ parseFloat(item.member_price).toFixed(2).split('.')[0] }}
|
{{ parseFloat(item.member_price).toFixed(2).split('.')[0] }}
|
||||||
<text class="unit price-style small">.{{ parseFloat(item.member_price).toFixed(2).split('.')[1] }}</text>
|
<text class="unit price-style small">.{{
|
||||||
<image :src="$util.img('public/uniapp/index/VIP.png')"/>
|
parseFloat(item.member_price).toFixed(2).split('.')[1]
|
||||||
|
}}</text>
|
||||||
|
<image :src="$util.img('public/uniapp/index/VIP.png')" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
<block v-else>
|
<block v-else>
|
||||||
<view class="goods-price">
|
<view class="goods-price">
|
||||||
<view class="bottom-price price-style large">
|
<view class="bottom-price price-style large">
|
||||||
<text class="unit price-style small">{{ $lang('common.currencySymbol') }}</text>
|
<text class="unit price-style small">{{
|
||||||
|
$lang('common.currencySymbol') }}</text>
|
||||||
{{ parseFloat(item.price).toFixed(2).split('.')[0] }}
|
{{ parseFloat(item.price).toFixed(2).split('.')[0] }}
|
||||||
<text class="unit price-style small">.{{ parseFloat(item.price).toFixed(2).split('.')[1] }}</text>
|
<text class="unit price-style small">.{{
|
||||||
|
parseFloat(item.price).toFixed(2).split('.')[1]
|
||||||
|
}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
@@ -100,14 +123,16 @@
|
|||||||
<text class="discount-tag">满减</text>
|
<text class="discount-tag">满减</text>
|
||||||
<scroll-view scroll-x="true" class="scroll-view">
|
<scroll-view scroll-x="true" class="scroll-view">
|
||||||
<block v-for="(mitem, key) in manjian['sku_' + item.sku_id]" :key="key">
|
<block v-for="(mitem, key) in manjian['sku_' + item.sku_id]" :key="key">
|
||||||
<text v-if="mitem.discount_money">{{ Number(mitem.limit) }}减{{ mitem.discount_money }}</text>
|
<text v-if="mitem.discount_money">{{ Number(mitem.limit) }}减{{
|
||||||
|
mitem.discount_money }}</text>
|
||||||
<text class="interval" v-if="mitem.discount_money"></text>
|
<text class="interval" v-if="mitem.discount_money"></text>
|
||||||
</block>
|
</block>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-del color-base-bg" :class="{ show: item.edit }" @click="deleteCart('single', siteIndex, cartIndex)">{{ $lang('del') }}</view>
|
<view class="item-del color-base-bg" :class="{ show: item.edit }"
|
||||||
|
@click="deleteCart('single', siteIndex, cartIndex)">{{ $lang('del') }}</view>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
@@ -124,7 +149,8 @@
|
|||||||
<view class="goods-wrap">
|
<view class="goods-wrap">
|
||||||
<view class="iconfont icon-yuan_checked color-tip"></view>
|
<view class="iconfont icon-yuan_checked color-tip"></view>
|
||||||
<view class="goods-img">
|
<view class="goods-img">
|
||||||
<image :src="$util.img(goodsItem.sku_image, { size: 'mid' })" mode="aspectFill"/>
|
<image :src="$util.img(goodsItem.sku_image, { size: 'mid' })"
|
||||||
|
mode="aspectFill" />
|
||||||
</view>
|
</view>
|
||||||
<view class="goods-info">
|
<view class="goods-info">
|
||||||
<view class="goods-name">{{ goodsItem.sku_name }}</view>
|
<view class="goods-name">{{ goodsItem.sku_name }}</view>
|
||||||
@@ -134,23 +160,32 @@
|
|||||||
<block v-for="(x, i) in goodsItem.sku_spec_format" :key="i">
|
<block v-for="(x, i) in goodsItem.sku_spec_format" :key="i">
|
||||||
{{ x.spec_name }}:{{ x.spec_value_name }}
|
{{ x.spec_name }}:{{ x.spec_value_name }}
|
||||||
{{ i < goodsItem.sku_spec_format.length - 1 ? '; ' : '' }}
|
{{ i < goodsItem.sku_spec_format.length - 1 ? '; ' : '' }}
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="goods-sub-section">
|
<view class="goods-sub-section">
|
||||||
<view class="goods-price">
|
<view class="goods-price">
|
||||||
<text class="bottom-price price-style large">
|
<text class="bottom-price price-style large">
|
||||||
<template v-if="goodsItem.member_price > 0 && goodsItem.member_price < goodsItem.discount_price">
|
<template
|
||||||
<text class="unit price-style small">{{ $lang('common.currencySymbol') }}</text>
|
v-if="goodsItem.member_price > 0 && goodsItem.member_price < goodsItem.discount_price">
|
||||||
{{ parseFloat(goodsItem.member_price).toFixed(2).split('.')[0] }}
|
<text class="unit price-style small">{{
|
||||||
<text class="unit price-style small">.{{ parseFloat(goodsItem.member_price).toFixed(2).split('.')[1] }}</text>
|
$lang('common.currencySymbol') }}</text>
|
||||||
<image :src="$util.img('public/uniapp/index/VIP.png')"/>
|
{{ parseFloat(goodsItem.member_price).toFixed(2).split('.')[0]
|
||||||
|
}}
|
||||||
|
<text class="unit price-style small">.{{
|
||||||
|
parseFloat(goodsItem.member_price).toFixed(2).split('.')[1]
|
||||||
|
}}</text>
|
||||||
|
<image :src="$util.img('public/uniapp/index/VIP.png')" />
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<text class="unit price-style small">{{ $lang('common.currencySymbol') }}</text>
|
<text class="unit price-style small">{{
|
||||||
{{ parseFloat(goodsItem.discount_price).toFixed(2).split('.')[0] }}
|
$lang('common.currencySymbol') }}</text>
|
||||||
<text class="unit price-style small">.{{ parseFloat(goodsItem.discount_price).toFixed(2).split('.')[1] }}</text>
|
{{ parseFloat(goodsItem.discount_price).toFixed(2).split('.')[0]
|
||||||
|
}}
|
||||||
|
<text class="unit price-style small">.{{
|
||||||
|
parseFloat(goodsItem.discount_price).toFixed(2).split('.')[1]
|
||||||
|
}}</text>
|
||||||
</template>
|
</template>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -164,8 +199,12 @@
|
|||||||
</block>
|
</block>
|
||||||
<block v-else>
|
<block v-else>
|
||||||
<view class="cart-empty">
|
<view class="cart-empty">
|
||||||
<ns-empty text="购物车为空" subText="赶紧去逛逛, 购买心仪的商品吧" :isIndex="Boolean(storeToken)"></ns-empty>
|
<ns-empty text="购物车为空" subText="赶紧去逛逛, 购买心仪的商品吧" :isIndex="Boolean(storeToken)"
|
||||||
<button type="primary" size="mini" class="button mini" v-if="!storeToken" @click="toLogin">去登录</button>
|
:emptyBtn="{ text: $lang('toGoodsCategoryPage'), url: '/pages_goods/category' }"></ns-empty>
|
||||||
|
<button type="primary" size="mini" class="button mini" v-if="!storeToken" @click="toLogin">{{
|
||||||
|
$lang('toLogin')
|
||||||
|
}}</button>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
<ns-goods-recommend ref="goodrecommend" route="cart"></ns-goods-recommend>
|
<ns-goods-recommend ref="goodrecommend" route="cart"></ns-goods-recommend>
|
||||||
@@ -201,7 +240,7 @@
|
|||||||
<view class="money price-font ">¥{{ discount.order_money | moneyFormat }}</view>
|
<view class="money price-font ">¥{{ discount.order_money | moneyFormat }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view :style="{height: tabBarHeight}"></view>
|
<view :style="{ height: tabBarHeight }"></view>
|
||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
|
|
||||||
@@ -213,9 +252,11 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="popup-body" :class="{ 'safe-area': isIphoneX }" @click="$refs.couponPopup.close()">
|
<view class="popup-body" :class="{ 'safe-area': isIphoneX }" @click="$refs.couponPopup.close()">
|
||||||
<view class="coupon-item">
|
<view class="coupon-item">
|
||||||
<view class="coupon-info" :style="{ backgroundColor: discount.coupon_info.receive_type != 'wait' ? '#F2F2F2' : 'var(--main-color-shallow)' }">
|
<view class="coupon-info"
|
||||||
|
:style="{ backgroundColor: discount.coupon_info.receive_type != 'wait' ? '#F2F2F2' : 'var(--main-color-shallow)' }">
|
||||||
<view class="info-wrap">
|
<view class="info-wrap">
|
||||||
<image class="coupon-line" mode="heightFix" :src="$util.img('public/uniapp/coupon/coupon_line.png')"/>
|
<image class="coupon-line" mode="heightFix"
|
||||||
|
:src="$util.img('public/uniapp/coupon/coupon_line.png')" />
|
||||||
<view class="coupon-money">
|
<view class="coupon-money">
|
||||||
<template v-if="discount.coupon_info.type == 'reward'">
|
<template v-if="discount.coupon_info.type == 'reward'">
|
||||||
<text class="unit">{{ $lang('common.currencySymbol') }}</text>
|
<text class="unit">{{ $lang('common.currencySymbol') }}</text>
|
||||||
@@ -237,24 +278,30 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="desc-wrap">
|
<view class="desc-wrap">
|
||||||
<view class="coupon-name">{{ discount.coupon_info.coupon_name }}</view>
|
<view class="coupon-name">{{ discount.coupon_info.coupon_name }}</view>
|
||||||
<view v-if="discount.coupon_info.type == 'discount' && discount.coupon_info.discount_limit > 0" class="limit">
|
<view
|
||||||
|
v-if="discount.coupon_info.type == 'discount' && discount.coupon_info.discount_limit > 0"
|
||||||
|
class="limit">
|
||||||
最多可抵¥{{ discount.coupon_info.discount_limit }}
|
最多可抵¥{{ discount.coupon_info.discount_limit }}
|
||||||
</view>
|
</view>
|
||||||
<view class="time font-size-goods-tag" v-if="discount.coupon_info.validity_type == 0">
|
<view class="time font-size-goods-tag"
|
||||||
|
v-if="discount.coupon_info.validity_type == 0">
|
||||||
有效期:{{ $util.timeStampTurnTime(discount.coupon_info.end_time) }}
|
有效期:{{ $util.timeStampTurnTime(discount.coupon_info.end_time) }}
|
||||||
</view>
|
</view>
|
||||||
<view class="time font-size-goods-tag" v-else-if="discount.coupon_info.validity_type == 1">
|
<view class="time font-size-goods-tag"
|
||||||
|
v-else-if="discount.coupon_info.validity_type == 1">
|
||||||
有效期:领取之日起{{ discount.coupon_info.fixed_term }}天内有效
|
有效期:领取之日起{{ discount.coupon_info.fixed_term }}天内有效
|
||||||
</view>
|
</view>
|
||||||
<view class="time font-size-goods-tag" v-else>有效期:长期有效</view>
|
<view class="time font-size-goods-tag" v-else>有效期:长期有效</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<button type="primary" v-if="discount.coupon_info.receive_type != 'wait'" disabled>已领取</button>
|
<button type="primary" v-if="discount.coupon_info.receive_type != 'wait'"
|
||||||
<button type="primary" v-else @click.stop="receiveCoupon(discount.coupon_info.coupon_type_id)">领取</button>
|
disabled>已领取</button>
|
||||||
|
<button type="primary" v-else
|
||||||
|
@click.stop="receiveCoupon(discount.coupon_info.coupon_type_id)">领取</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view :style="{height: tabBarHeight}"></view>
|
<view :style="{ height: tabBarHeight }"></view>
|
||||||
<view class="cart-bottom-block"></view>
|
<view class="cart-bottom-block"></view>
|
||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
@@ -262,7 +309,8 @@
|
|||||||
|
|
||||||
<view class="cart-bottom" :style="{ bottom: tabBarHeight }" :class="{ active: isIphoneX }" v-if="hasData">
|
<view class="cart-bottom" :style="{ bottom: tabBarHeight }" :class="{ active: isIphoneX }" v-if="hasData">
|
||||||
<view class="all-election" @click="allElection">
|
<view class="all-election" @click="allElection">
|
||||||
<view class="iconfont" :class="checkAll ? 'icon-yuan_checked color-base-text' : 'icon-yuan_checkbox'"></view>
|
<view class="iconfont" :class="checkAll ? 'icon-yuan_checked color-base-text' : 'icon-yuan_checkbox'">
|
||||||
|
</view>
|
||||||
<text>{{ $lang('allElection') }}</text>
|
<text>{{ $lang('allElection') }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="settlement-info" :style="{ visibility: isAction ? 'hidden' : 'visible' }">
|
<view class="settlement-info" :style="{ visibility: isAction ? 'hidden' : 'visible' }">
|
||||||
@@ -270,8 +318,10 @@
|
|||||||
{{ $lang('total') }}:
|
{{ $lang('total') }}:
|
||||||
<text class="unit price-font">{{ $lang('common.currencySymbol') }}</text>
|
<text class="unit price-font">{{ $lang('common.currencySymbol') }}</text>
|
||||||
<block v-if="Object.keys(discount).length">
|
<block v-if="Object.keys(discount).length">
|
||||||
<text class="value price-font">{{ parseFloat(discount.order_money).toFixed(2).split('.')[0] }}</text>
|
<text class="value price-font">{{ parseFloat(discount.order_money).toFixed(2).split('.')[0]
|
||||||
<text class="unit price-font">.{{ parseFloat(discount.order_money).toFixed(2).split('.')[1] }}</text>
|
}}</text>
|
||||||
|
<text class="unit price-font">.{{ parseFloat(discount.order_money).toFixed(2).split('.')[1]
|
||||||
|
}}</text>
|
||||||
</block>
|
</block>
|
||||||
<block v-else>
|
<block v-else>
|
||||||
<text class="value price-font">{{ parseFloat(totalPrice).toFixed(2).split('.')[0] }}</text>
|
<text class="value price-font">{{ parseFloat(totalPrice).toFixed(2).split('.')[0] }}</text>
|
||||||
@@ -288,16 +338,20 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="action-btn" v-else>
|
<view class="action-btn" v-else>
|
||||||
<button type="primary" size="mini" class="mini" @click="settlement" v-if="totalCount != 0">
|
<button type="primary" size="mini" class="mini" @click="settlement" v-if="totalCount != 0">
|
||||||
{{ discount.coupon_info && discount.coupon_info.receive_type == 'wait' ? '领券' : '立即' }}结算({{ totalCount }})
|
{{ discount.coupon_info && discount.coupon_info.receive_type == 'wait' ? '领券' : '立即' }}结算({{
|
||||||
|
totalCount }})
|
||||||
</button>
|
</button>
|
||||||
<button type="primary" size="mini" class="mini" @click="settlement" disabled
|
<button type="primary" size="mini" class="mini" @click="settlement" disabled v-else>{{
|
||||||
v-else>{{ $lang('settlement') }}({{ totalCount }})</button>
|
$lang('settlement') }}({{
|
||||||
|
totalCount }})</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<diy-bottom-nav></diy-bottom-nav>
|
<diy-bottom-nav></diy-bottom-nav>
|
||||||
|
|
||||||
<ns-goods-sku ref="selectSku" v-if="goodsSkuDetail" :goods-detail="goodsSkuDetail" :goods-id="goodsSkuDetail.goods_id" :max-buy="goodsSkuDetail.max_buy" :min-buy="goodsSkuDetail.min_buy" @refresh="refreshSkuDetail"></ns-goods-sku>
|
<ns-goods-sku ref="selectSku" v-if="goodsSkuDetail" :goods-detail="goodsSkuDetail"
|
||||||
|
:goods-id="goodsSkuDetail.goods_id" :max-buy="goodsSkuDetail.max_buy" :min-buy="goodsSkuDetail.min_buy"
|
||||||
|
@refresh="refreshSkuDetail"></ns-goods-sku>
|
||||||
|
|
||||||
<!-- 加载动画 -->
|
<!-- 加载动画 -->
|
||||||
<loading-cover ref="loadingCover"></loading-cover>
|
<loading-cover ref="loadingCover"></loading-cover>
|
||||||
@@ -307,52 +361,30 @@
|
|||||||
|
|
||||||
<ns-login ref="login"></ns-login>
|
<ns-login ref="login"></ns-login>
|
||||||
|
|
||||||
<!-- #ifdef MP-WEIXIN -->
|
<!-- 隐私弹窗 -->
|
||||||
<!-- 小程序隐私协议 -->
|
|
||||||
<privacy-popup ref="privacyPopup"></privacy-popup>
|
<privacy-popup ref="privacyPopup"></privacy-popup>
|
||||||
<!-- #endif -->
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import nsGoodsRecommend from '@/components/ns-goods-recommend/ns-goods-recommend.vue';
|
import scroll from '@/common/js/scroll-view.js';
|
||||||
import uniNumberBox from '@/components/uni-number-box/uni-number-box.vue';
|
import cart from './public/js/cart.js';
|
||||||
import toTop from '@/components/toTop/toTop.vue';
|
|
||||||
import nsEmpty from '@/components/ns-empty/ns-empty.vue';
|
|
||||||
import nsLogin from '@/components/ns-login/ns-login.vue';
|
|
||||||
import loadingCover from '@/components/loading-cover/loading-cover.vue';
|
|
||||||
import scroll from '@/common/js/scroll-view.js';
|
|
||||||
import cart from './public/js/cart.js';
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
import privacyPopup from '@/components/wx-privacy-popup/privacy-popup.vue';
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
mixins: [scroll, cart]
|
||||||
nsGoodsRecommend,
|
};
|
||||||
uniNumberBox,
|
|
||||||
toTop,
|
|
||||||
nsEmpty,
|
|
||||||
nsLogin,
|
|
||||||
loadingCover,
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
privacyPopup
|
|
||||||
// #endif
|
|
||||||
},
|
|
||||||
mixins: [scroll, cart]
|
|
||||||
};
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
|
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
|
||||||
background: none;
|
background: none;
|
||||||
max-height: unset !important;
|
max-height: unset !important;
|
||||||
overflow-y: hidden !important;
|
overflow-y: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .uni-popup__wrapper {
|
/deep/ .uni-popup__wrapper {
|
||||||
border-radius: 20rpx 20rpx 0 0;
|
border-radius: 20rpx 20rpx 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import './public/css/cart.scss';
|
@import './public/css/cart.scss';
|
||||||
</style>
|
</style>
|
||||||
@@ -12,10 +12,8 @@
|
|||||||
|
|
||||||
<loading-cover ref="loadingCover"></loading-cover>
|
<loading-cover ref="loadingCover"></loading-cover>
|
||||||
|
|
||||||
<!-- #ifdef MP-WEIXIN -->
|
<!-- 隐私弹窗 -->
|
||||||
<!-- 小程序隐私协议 -->
|
|
||||||
<privacy-popup ref="privacyPopup"></privacy-popup>
|
<privacy-popup ref="privacyPopup"></privacy-popup>
|
||||||
<!-- #endif -->
|
|
||||||
|
|
||||||
<!-- 底部tabBar -->
|
<!-- 底部tabBar -->
|
||||||
<view id="tab-bar">
|
<view id="tab-bar">
|
||||||
@@ -25,19 +23,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import nsLogin from '@/components/ns-login/ns-login.vue';
|
|
||||||
import loadingCover from '@/components/loading-cover/loading-cover.vue';
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
import privacyPopup from '@/components/wx-privacy-popup/privacy-popup.vue';
|
|
||||||
// #endif
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
|
||||||
nsLogin,
|
|
||||||
loadingCover,
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
privacyPopup
|
|
||||||
// #endif
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
diyData: null
|
diyData: null
|
||||||
|
|||||||
@@ -1,465 +0,0 @@
|
|||||||
// 商品详情业务
|
|
||||||
import {
|
|
||||||
Weixin
|
|
||||||
} from '@/common/js/wx-jssdk.js';
|
|
||||||
|
|
||||||
export default {
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
skuId: 0,
|
|
||||||
goodsId: 0,
|
|
||||||
isIphoneX: false, //判断手机是否是iphoneX以上
|
|
||||||
whetherCollection: 0,
|
|
||||||
|
|
||||||
//是否开启预览,0:不开启,1:开启
|
|
||||||
preview: 0,
|
|
||||||
videoContext: '',
|
|
||||||
|
|
||||||
// 媒体,图片,视频
|
|
||||||
|
|
||||||
// 解决每个商品SKU图片数量不同时,无法切换到第一个,导致轮播图显示不出来
|
|
||||||
swiperInterval: 1,
|
|
||||||
swiperAutoplay: false,
|
|
||||||
swiperCurrent: 1,
|
|
||||||
switchMedia: 'img',
|
|
||||||
|
|
||||||
//评价
|
|
||||||
goodsEvaluate: [{
|
|
||||||
member_headimg: '',
|
|
||||||
member_name: '',
|
|
||||||
content: '',
|
|
||||||
images: [],
|
|
||||||
create_time: 0,
|
|
||||||
sku_name: ''
|
|
||||||
}],
|
|
||||||
evaluateConfig: {
|
|
||||||
evaluate_audit: 1,
|
|
||||||
evaluate_show: 0,
|
|
||||||
evaluate_status: 1
|
|
||||||
},
|
|
||||||
|
|
||||||
// 是否可分享到好物圈
|
|
||||||
goodsCircle: false,
|
|
||||||
service: null,
|
|
||||||
shareUrl: '', // 分享链接
|
|
||||||
source_member: 0, //分享人的id
|
|
||||||
isCommunity: false, //社群弹窗
|
|
||||||
|
|
||||||
poster: "-1", //海报
|
|
||||||
posterMsg: "", //海报错误信息
|
|
||||||
posterHeight: 0,
|
|
||||||
posterParams: {}, //海报所需参数
|
|
||||||
goodsRoute: '',
|
|
||||||
posterApi: '',
|
|
||||||
goodsAttrShow: false, // 商品属性是否展开
|
|
||||||
|
|
||||||
//门店列表
|
|
||||||
storeList: {
|
|
||||||
data: [],
|
|
||||||
page: 1,
|
|
||||||
page_size: 10
|
|
||||||
},
|
|
||||||
isShowStore: false,
|
|
||||||
latitude: null, // 纬度
|
|
||||||
longitude: null, // 经度
|
|
||||||
evaluateCount: 0, // 商品评论数量
|
|
||||||
deliveryType: null, // 配送方式
|
|
||||||
isVirtual: 0 //是否为虚拟商品
|
|
||||||
}
|
|
||||||
},
|
|
||||||
created() {
|
|
||||||
this.isIphoneX = this.$util.uniappIsIPhoneX();
|
|
||||||
|
|
||||||
if (this.location) {
|
|
||||||
this.latitude = this.location.latitude;
|
|
||||||
this.longitude = this.location.longitude;
|
|
||||||
} else {
|
|
||||||
this.$util.getLocation();
|
|
||||||
}
|
|
||||||
this.getStoreData();
|
|
||||||
},
|
|
||||||
watch: {
|
|
||||||
location: function (nVal) {
|
|
||||||
if (nVal) {
|
|
||||||
this.latitude = nVal.latitude;
|
|
||||||
this.longitude = nVal.longitude;
|
|
||||||
this.getStoreData();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
init(params) {
|
|
||||||
this.skuId = params.sku_id;
|
|
||||||
this.goodsId = params.goods_id;
|
|
||||||
this.preview = params.preview;
|
|
||||||
this.source_member = params.source_member;
|
|
||||||
this.whetherCollection = params.whetherCollection;
|
|
||||||
this.posterParams = params.posterParams;
|
|
||||||
|
|
||||||
this.shareUrl = params.shareUrl;
|
|
||||||
this.goodsRoute = params.goodsRoute;
|
|
||||||
this.posterApi = params.posterApi;
|
|
||||||
this.isVirtual = params.isVirtual;
|
|
||||||
this.deliveryType = params.deliveryType;
|
|
||||||
this.evaluateConfig = params.evaluateConfig;
|
|
||||||
|
|
||||||
if (this.evaluateConfig.evaluate_show == 1) {
|
|
||||||
//商品评论
|
|
||||||
this.getGoodsEvaluate(params.evaluateList);
|
|
||||||
this.evaluateCount = params.evaluateCount;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (let k in this.deliveryType) {
|
|
||||||
if (k == 'store') {
|
|
||||||
this.isShowStore = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
this.getService();
|
|
||||||
|
|
||||||
this.videoContext = uni.createVideoContext('goodsVideo');
|
|
||||||
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
this.goodsSyncToGoodsCircle();
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
},
|
|
||||||
swiperChange(e) {
|
|
||||||
this.swiperCurrent = e.detail.current + 1;
|
|
||||||
},
|
|
||||||
|
|
||||||
//-------------------------------------服务-------------------------------------
|
|
||||||
|
|
||||||
openMerchantsServicePopup() {
|
|
||||||
this.$refs.merchantsServicePopup.open();
|
|
||||||
},
|
|
||||||
closeMerchantsServicePopup() {
|
|
||||||
this.$refs.merchantsServicePopup.close();
|
|
||||||
},
|
|
||||||
|
|
||||||
//-------------------------------------门店列表-------------------------------------
|
|
||||||
openStoreListPopup() {
|
|
||||||
this.$refs.storeListPopup.open();
|
|
||||||
},
|
|
||||||
closeStoreListPopup() {
|
|
||||||
this.$refs.storeListPopup.close();
|
|
||||||
},
|
|
||||||
getStoreData() {
|
|
||||||
//门店列表
|
|
||||||
let data = {
|
|
||||||
page: this.storeList.page,
|
|
||||||
page_size: this.storeList.page_size
|
|
||||||
};
|
|
||||||
if (this.latitude && this.longitude) {
|
|
||||||
data.latitude = this.latitude;
|
|
||||||
data.longitude = this.longitude;
|
|
||||||
}
|
|
||||||
this.$api.sendRequest({
|
|
||||||
url: '/api/store/page',
|
|
||||||
data: data,
|
|
||||||
success: res => {
|
|
||||||
if (this.storeList.page == 1) this.storeList.data == [];
|
|
||||||
if (res.code >= 0 && res.data) {
|
|
||||||
this.storeList.data = this.storeList.data.concat(res.data.list);
|
|
||||||
} else {
|
|
||||||
this.$util.showToast({
|
|
||||||
title: res.message
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
selectStore(item) {
|
|
||||||
this.$util.redirectTo('/pages_tool/store/detail', {
|
|
||||||
store_id: item.store_id
|
|
||||||
});
|
|
||||||
this.closeStoreListPopup();
|
|
||||||
},
|
|
||||||
//-------------------------------------属性-------------------------------------
|
|
||||||
|
|
||||||
switchGoodsAttr() {
|
|
||||||
this.goodsAttrShow = !this.goodsAttrShow;
|
|
||||||
},
|
|
||||||
//-------------------------------------评价-------------------------------------
|
|
||||||
//商品评论列表
|
|
||||||
getGoodsEvaluate(list) {
|
|
||||||
if (list) {
|
|
||||||
this.goodsEvaluate = list;
|
|
||||||
this.goodsEvaluate.forEach((item, index) => {
|
|
||||||
if (this.goodsEvaluate[index].images) this.goodsEvaluate[index].images = this.goodsEvaluate[index].images.split(",");
|
|
||||||
if (this.goodsEvaluate[index].is_anonymous == 1) this.goodsEvaluate[index].member_name = this.goodsEvaluate[index].member_name.replace(this.goodsEvaluate[index].member_name.substring(1, this.goodsEvaluate[index].member_name.length - 1), '***')
|
|
||||||
})
|
|
||||||
// if (this.goodsEvaluate.images) this.goodsEvaluate.images = this.goodsEvaluate.images.split(",");
|
|
||||||
// if (this.goodsEvaluate.is_anonymous == 1) this.goodsEvaluate.member_name = this.goodsEvaluate.member_name.replace(
|
|
||||||
// this.goodsEvaluate.member_name.substring(1, this.goodsEvaluate.member_name.length - 1), '***')
|
|
||||||
}
|
|
||||||
},
|
|
||||||
// 预览评价图片
|
|
||||||
previewEvaluate(index, img_index, field) {
|
|
||||||
var paths = [];
|
|
||||||
for (let i = 0; i < this.goodsEvaluate[index][field].length; i++) {
|
|
||||||
paths.push(this.$util.img(this.goodsEvaluate[index][field][i]));
|
|
||||||
}
|
|
||||||
uni.previewImage({
|
|
||||||
current: img_index,
|
|
||||||
urls: paths
|
|
||||||
});
|
|
||||||
},
|
|
||||||
//-------------------------------------关注-------------------------------------
|
|
||||||
async collection() {
|
|
||||||
if (this.preview) return; // 开启预览,禁止任何操作和跳转
|
|
||||||
|
|
||||||
if (this.storeToken) {
|
|
||||||
|
|
||||||
//未关注添加关注
|
|
||||||
if (this.whetherCollection == 0) {
|
|
||||||
let res = await this.$api.sendRequest({
|
|
||||||
url: "/api/goodscollect/add",
|
|
||||||
data: {
|
|
||||||
sku_id: this.skuId,
|
|
||||||
goods_id: this.goodsSkuDetail.goods_id,
|
|
||||||
sku_name: this.goodsSkuDetail.sku_name,
|
|
||||||
sku_price: this.goodsSkuDetail.show_price,
|
|
||||||
sku_image: this.goodsSkuDetail.sku_image
|
|
||||||
},
|
|
||||||
async: false,
|
|
||||||
});
|
|
||||||
var data = res.data;
|
|
||||||
if (data > 0) {
|
|
||||||
this.whetherCollection = 1;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
//已关注取消关注
|
|
||||||
let res = await this.$api.sendRequest({
|
|
||||||
url: "/api/goodscollect/delete",
|
|
||||||
data: {
|
|
||||||
goods_id: this.goodsSkuDetail.goods_id
|
|
||||||
},
|
|
||||||
async: false,
|
|
||||||
});
|
|
||||||
var data = res.data;
|
|
||||||
if (data > 0) {
|
|
||||||
this.whetherCollection = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return this.whetherCollection;
|
|
||||||
} else {
|
|
||||||
if (this.source_member) {
|
|
||||||
this.$refs.login.open(this.shareUrl + '&source_member=' + this.source_member);
|
|
||||||
} else {
|
|
||||||
this.$refs.login.open(this.shareUrl);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
//-------------------------------------分享-------------------------------------
|
|
||||||
// 打开分享弹出层
|
|
||||||
openSharePopup() {
|
|
||||||
this.$refs.sharePopup.open();
|
|
||||||
},
|
|
||||||
// 关闭分享弹出层
|
|
||||||
closeSharePopup() {
|
|
||||||
this.$refs.sharePopup.close();
|
|
||||||
},
|
|
||||||
copyUrl() {
|
|
||||||
let text = this.$config.h5Domain + this.shareUrl;
|
|
||||||
if (this.memberInfo && this.memberInfo.member_id) text += '&source_member=' + this.memberInfo.member_id;
|
|
||||||
this.$util.copy(text, () => {
|
|
||||||
this.closeSharePopup();
|
|
||||||
});
|
|
||||||
},
|
|
||||||
|
|
||||||
//-------------------------------------海报-------------------------------------
|
|
||||||
// 打开海报弹出层
|
|
||||||
openPosterPopup() {
|
|
||||||
this.getGoodsPoster();
|
|
||||||
this.$refs.sharePopup.close();
|
|
||||||
},
|
|
||||||
// 关闭海报弹出层
|
|
||||||
closePosterPopup() {
|
|
||||||
this.$refs.posterPopup.close();
|
|
||||||
this.poster = ''
|
|
||||||
},
|
|
||||||
//生成海报
|
|
||||||
getGoodsPoster() {
|
|
||||||
uni.showLoading({
|
|
||||||
'title': '海报生成中...'
|
|
||||||
})
|
|
||||||
//活动海报信息
|
|
||||||
if (this.memberInfo && this.memberInfo.member_id) this.posterParams.source_member = this.memberInfo.member_id;
|
|
||||||
|
|
||||||
this.$api.sendRequest({
|
|
||||||
url: this.posterApi,
|
|
||||||
data: {
|
|
||||||
page: this.goodsRoute,
|
|
||||||
qrcode_param: JSON.stringify(this.posterParams)
|
|
||||||
},
|
|
||||||
success: res => {
|
|
||||||
if (res.code == 0) {
|
|
||||||
this.$refs.posterPopup.open();
|
|
||||||
this.poster = res.data.path + "?time=" + new Date().getTime();
|
|
||||||
} else {
|
|
||||||
this.posterMsg = res.message;
|
|
||||||
this.$util.showToast({
|
|
||||||
title: res.message
|
|
||||||
})
|
|
||||||
}
|
|
||||||
uni.hideLoading();
|
|
||||||
},
|
|
||||||
fail: err => {
|
|
||||||
uni.hideLoading();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
// 预览图片
|
|
||||||
previewMedia(index) {
|
|
||||||
var paths = [];
|
|
||||||
for (let i = 0; i < this.goodsSkuDetail.sku_images.length; i++) {
|
|
||||||
paths.push(this.$util.img(this.goodsSkuDetail.sku_images[i], {
|
|
||||||
size: 'big'
|
|
||||||
}));
|
|
||||||
}
|
|
||||||
uni.previewImage({
|
|
||||||
current: index,
|
|
||||||
urls: paths,
|
|
||||||
// longPressActions: {
|
|
||||||
// itemList: ['发送给朋友', '保存图片', '关注'],
|
|
||||||
// success: function(data) {
|
|
||||||
// console.log('选中了第' + (data.tapIndex + 1) + '个按钮,第' + (data.index + 1) + '张图片');
|
|
||||||
// },
|
|
||||||
// fail: function(err) {
|
|
||||||
// console.log(err.errMsg);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
});
|
|
||||||
},
|
|
||||||
swiperImageError(index) {
|
|
||||||
this.goodsSkuDetail.sku_images[index] = this.$util.getDefaultImage().goods;
|
|
||||||
this.$forceUpdate();
|
|
||||||
},
|
|
||||||
// #ifdef MP || APP-PLUS
|
|
||||||
//小程序中保存海报
|
|
||||||
saveGoodsPoster() {
|
|
||||||
let url = this.$util.img(this.poster);
|
|
||||||
uni.downloadFile({
|
|
||||||
url: url,
|
|
||||||
success: (res) => {
|
|
||||||
if (res.errMsg == "downloadFile:ok") {
|
|
||||||
uni.saveImageToPhotosAlbum({
|
|
||||||
filePath: res.tempFilePath,
|
|
||||||
success: () => {
|
|
||||||
this.$util.showToast({
|
|
||||||
title: "保存成功"
|
|
||||||
});
|
|
||||||
},
|
|
||||||
fail: (err) => {
|
|
||||||
this.$util.showToast({
|
|
||||||
title: "保存失败,请稍后重试"
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
},
|
|
||||||
fail: (err) => {
|
|
||||||
this.$util.showToast({
|
|
||||||
title: "保存失败,请稍后重试"
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
// #endif
|
|
||||||
//售后保障查询
|
|
||||||
getService() {
|
|
||||||
this.$api.sendRequest({
|
|
||||||
url: '/api/goods/aftersale',
|
|
||||||
success: res => {
|
|
||||||
if (res.code == 0 && res.data) {
|
|
||||||
this.service = res.data;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
/**
|
|
||||||
* 将商品同步到微信圈子
|
|
||||||
*/
|
|
||||||
goodsSyncToGoodsCircle() {
|
|
||||||
this.$api.sendRequest({
|
|
||||||
url: '/goodscircle/api/goods/sync',
|
|
||||||
data: {
|
|
||||||
goods_id: this.goodsSkuDetail.goods_id
|
|
||||||
},
|
|
||||||
success: res => {
|
|
||||||
if (res.code == 0) {
|
|
||||||
this.goodsCircle = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
/**
|
|
||||||
* 将商品推荐到微信圈子
|
|
||||||
*/
|
|
||||||
openBusinessView() {
|
|
||||||
if (wx.openBusinessView) {
|
|
||||||
wx.openBusinessView({
|
|
||||||
businessType: 'friendGoodsRecommend',
|
|
||||||
extraData: {
|
|
||||||
product: {
|
|
||||||
item_code: this.goodsSkuDetail.goods_id,
|
|
||||||
title: this.goodsSkuDetail.sku_name,
|
|
||||||
image_list: this.goodsSkuDetail.sku_images.map((ele) => {
|
|
||||||
return this.$util.img(ele);
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
success: function (res) {
|
|
||||||
console.log('success', res);
|
|
||||||
},
|
|
||||||
fail: function (res) {
|
|
||||||
console.log('fail', res);
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
// #endif
|
|
||||||
toEvaluateDetail(id) {
|
|
||||||
this.$util.redirectTo('/pages_tool/goods/evaluate', {
|
|
||||||
goods_id: id
|
|
||||||
});
|
|
||||||
},
|
|
||||||
showImg(e) {
|
|
||||||
//拿到图片的路径里面的内容放在我们数组中
|
|
||||||
let contentimg = e.target.dataset.nodes;
|
|
||||||
let arrImg = [];
|
|
||||||
for (var i = 0; i < contentimg.length; i++) {
|
|
||||||
var img = contentimg[i].children;
|
|
||||||
if (Array.isArray(img)) {
|
|
||||||
for (var j = 0; j < img.length; j++) {
|
|
||||||
if (img[j].attrs && img[j].name == "img") {
|
|
||||||
if (img[j].attrs.src) {
|
|
||||||
arrImg.push(img[j].attrs.src)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
//最后一步就是把我们的所有图片放在预览的api中就可以了
|
|
||||||
uni.previewImage({
|
|
||||||
current: arrImg,
|
|
||||||
urls: arrImg,
|
|
||||||
})
|
|
||||||
},
|
|
||||||
|
|
||||||
//-------------------------------------社群-------------------------------------
|
|
||||||
|
|
||||||
//添加福利群
|
|
||||||
onCommunity() {
|
|
||||||
this.isCommunity = true
|
|
||||||
},
|
|
||||||
onCloseCommunity() {
|
|
||||||
this.isCommunity = false
|
|
||||||
},
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user