Compare commits
80 Commits
custom/272
...
xindeznkf
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ac1ab06be | |||
| 6f83bd8f4a | |||
| 042df8c1c6 | |||
| c63a7de1c4 | |||
| 43ac988fc9 | |||
| 1e6cd55f0a | |||
| f7fcf7fb27 | |||
| c6a8bc04f2 | |||
| 82df9ddbac | |||
| e8fb35b310 | |||
| 286fcc2142 | |||
| 2280ff68fa | |||
| 5747b256c6 | |||
| 09b285016c | |||
| 72c12a79fd | |||
| 84f4ad83c2 | |||
| 1512c60109 | |||
| 5b41dee46c | |||
| 9ed337b59a | |||
| 8fedeafe63 | |||
| 31336f9a80 | |||
| 2f7c9bf0af | |||
| f8257361b5 | |||
| ec05534ff1 | |||
| 4f9c353e9a | |||
| 52b5f5b006 | |||
| 5a8663eb48 | |||
| 8108802204 | |||
| 6fe3bceb4b | |||
| ee4fbb277c | |||
| 6718010ceb | |||
| faf1f6d3d8 | |||
| 2d98a32efc | |||
| 7fde30063b | |||
| 10465b7cf2 | |||
| c7e9b497ae | |||
| de63cd4c6a | |||
| 2f230d3b2c | |||
| 6f01b3c1c6 | |||
| b10fcf02d4 | |||
| 6956841c8b | |||
| 90820ade30 | |||
| 8df59abd03 | |||
| d1b9e528f8 | |||
| 618babf5bf | |||
| 9a63b5ff4e | |||
| d7b07c974d | |||
| 6358102cae | |||
| 6023b5b65e | |||
| b96b5f0bc3 | |||
| 35aadc7014 | |||
| 4bdbfff7d4 | |||
| 5d34f00b3e | |||
| 548aeed7b7 | |||
| ce13661826 | |||
| d9f0d1987e | |||
| afd002fad3 | |||
| 531dc347f7 | |||
| 405f37a3f6 | |||
| 73f9cb8820 | |||
| b1ebb38c06 | |||
| 60a0e5133e | |||
| 8ef6975ee1 | |||
| be51b30fb4 | |||
| b24f77be1a | |||
| 311efe1ecd | |||
| db8fb25da8 | |||
| 9415f397d2 | |||
| 4da852944e | |||
| f3bb6a1782 | |||
| 2a0489d4b2 | |||
| ca74d4f8e5 | |||
| d9c9599cb2 | |||
| 142a97d65c | |||
| b945583857 | |||
| 88debacf8c | |||
| 9d12b02463 | |||
| 23e81114e9 | |||
| 08583aa8aa | |||
| 5e536afeae |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
/.hbuilderx
|
/.hbuilderx
|
||||||
/.idea
|
/.idea
|
||||||
/node_modules
|
/node_modules
|
||||||
|
/iconfont-preview.html
|
||||||
|
|||||||
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;
|
||||||
12
App.vue
12
App.vue
@@ -1,19 +1,17 @@
|
|||||||
<script>
|
<script>
|
||||||
import auth from 'common/js/auth.js';
|
import auth from 'common/js/auth.js';
|
||||||
import { themeConfig } from 'common/js/config-external.js'
|
|
||||||
import configExternal from 'common/js/config-external.js'
|
import configExternal from 'common/js/config-external.js'
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Weixin
|
Weixin
|
||||||
} from 'common/js/wx-jssdk.js';
|
} from 'common/js/wx-jssdk.js';
|
||||||
|
|
||||||
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
|
||||||
// console.log(options.query.uniacid)
|
|
||||||
if(options.query.uniacid){
|
if(options.query.uniacid){
|
||||||
uni.setStorageSync('uniacid', options.query.uniacid);
|
uni.setStorageSync('uniacid', options.query.uniacid);
|
||||||
console.log(uni.getStorageSync('uniacid'))
|
|
||||||
}
|
}
|
||||||
uni.hideTabBar();
|
uni.hideTabBar();
|
||||||
|
|
||||||
@@ -42,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
|
||||||
@@ -63,7 +61,9 @@
|
|||||||
|
|
||||||
// 主题风格
|
// 主题风格
|
||||||
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');
|
||||||
}
|
}
|
||||||
|
|
||||||
// 插件是否存在
|
// 插件是否存在
|
||||||
|
|||||||
@@ -874,3 +874,5 @@ scroll-view ::-webkit-scrollbar {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@import './mp_html_patch.scss';
|
||||||
4
common/css/mp_html_patch.scss
Normal file
4
common/css/mp_html_patch.scss
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
// 修复图片垂直对齐问题,解决两张图片上下有空白缝隙问题
|
||||||
|
/deep/ ._img {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
@@ -62,53 +62,105 @@ export default {
|
|||||||
*/
|
*/
|
||||||
async sendStreamMessage(message, onChunk, onComplete) {
|
async sendStreamMessage(message, onChunk, onComplete) {
|
||||||
// #ifdef MP-WEIXIN
|
// #ifdef MP-WEIXIN
|
||||||
// 微信小程序:降级为普通请求 + 前端打字模拟
|
return new Promise((resolve, reject) => {
|
||||||
try {
|
const socketTask = wx.connectSocket({
|
||||||
const result = await this.sendMessage(message);
|
url: 'wss://dev.aigc-quickapp.com/ws/aikefu',
|
||||||
const content = result.content || '';
|
header: {}
|
||||||
const conversationId = result.conversationId || '';
|
});
|
||||||
|
|
||||||
// 保存会话ID(确保连续对话)
|
let content = '';
|
||||||
|
let conversationId = '';
|
||||||
|
let isAuthenticated = false;
|
||||||
|
|
||||||
|
socketTask.onOpen(() => {
|
||||||
|
console.log('WebSocket 连接成功,开始认证...');
|
||||||
|
socketTask.send({
|
||||||
|
data: JSON.stringify({
|
||||||
|
action: 'auth',
|
||||||
|
uniacid: store.state.uniacid || '1',
|
||||||
|
token: store.state.token || 'test_token',
|
||||||
|
user_id: store.state.memberInfo?.id || 'anonymous'
|
||||||
|
})
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
socketTask.onMessage((res) => {
|
||||||
|
try {
|
||||||
|
const data = JSON.parse(res.data);
|
||||||
|
console.log('收到 WebSocket 消息:', data);
|
||||||
|
|
||||||
|
if (data.type === 'auth_success') {
|
||||||
|
console.log('认证成功,发送聊天消息...');
|
||||||
|
isAuthenticated = true;
|
||||||
|
socketTask.send({
|
||||||
|
data: JSON.stringify({
|
||||||
|
action: 'chat',
|
||||||
|
uniacid: store.state.uniacid || '1',
|
||||||
|
query: message,
|
||||||
|
user_id: store.state.memberInfo?.id || 'anonymous',
|
||||||
|
conversation_id: this.getConversationId() || ''
|
||||||
|
})
|
||||||
|
});
|
||||||
|
} else if (data.type === 'auth_failed') {
|
||||||
|
const errorMsg = '认证失败,请重新登录';
|
||||||
|
console.error(errorMsg, data);
|
||||||
|
reject(new Error(errorMsg));
|
||||||
|
if (onComplete) onComplete({ error: errorMsg });
|
||||||
|
socketTask.close();
|
||||||
|
}
|
||||||
|
|
||||||
|
// 处理流式消息块
|
||||||
|
else if (data.type === 'message' || data.event === 'message') {
|
||||||
|
const text = data.answer || data.content || data.text || '';
|
||||||
|
content += text;
|
||||||
|
if (onChunk) onChunk(text);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 处理流结束
|
||||||
|
else if (data.event === 'message_end' || data.type === 'message_end') {
|
||||||
|
conversationId = data.conversation_id || '';
|
||||||
if (conversationId) {
|
if (conversationId) {
|
||||||
this.setConversationId(conversationId);
|
this.setConversationId(conversationId);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 模拟打字效果
|
|
||||||
let index = 0;
|
|
||||||
const chunkSize = 2; // 每次显示2个字符
|
|
||||||
return new Promise((resolve) => {
|
|
||||||
const timer = setInterval(() => {
|
|
||||||
if (index < content.length) {
|
|
||||||
const chunk = content.substring(index, index + chunkSize);
|
|
||||||
index += chunkSize;
|
|
||||||
if (onChunk) onChunk(chunk);
|
|
||||||
} else {
|
|
||||||
clearInterval(timer);
|
|
||||||
if (onComplete) {
|
if (onComplete) {
|
||||||
onComplete({
|
onComplete({ content, conversation_id: conversationId });
|
||||||
content: content,
|
|
||||||
conversation_id: conversationId
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
resolve({ content, conversation_id: conversationId });
|
resolve({ content, conversation_id: conversationId });
|
||||||
|
socketTask.close();
|
||||||
}
|
}
|
||||||
}, 80); // 打字速度:80ms/次
|
|
||||||
});
|
|
||||||
} catch (error) {
|
|
||||||
console.error('小程序流式消息降级失败:', error);
|
|
||||||
if (onComplete) {
|
|
||||||
onComplete({ error: error.message || '发送失败' });
|
|
||||||
}
|
|
||||||
throw error;
|
|
||||||
}
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
// #ifdef H5
|
// 可选:处理 done
|
||||||
// H5:使用真实流式(EventSource / Fetch)
|
else if (data.type === 'done') {
|
||||||
return this.sendHttpStream(message, onChunk, onComplete);
|
console.log('对话完成:', data);
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (e) {
|
||||||
|
console.error('WebSocket 消息解析失败:', e, '原始数据:', res.data);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
socketTask.onError((err) => {
|
||||||
|
const errorMsg = 'WebSocket 连接失败';
|
||||||
|
console.error(errorMsg, err);
|
||||||
|
reject(new Error(errorMsg));
|
||||||
|
if (onComplete) onComplete({ error: errorMsg });
|
||||||
|
});
|
||||||
|
|
||||||
|
socketTask.onClose(() => {
|
||||||
|
console.log('WebSocket 连接已关闭');
|
||||||
|
});
|
||||||
|
|
||||||
|
const timeout = setTimeout(() => {
|
||||||
|
if (!isAuthenticated || content === '') {
|
||||||
|
console.warn('WebSocket 超时,强制关闭');
|
||||||
|
socketTask.close();
|
||||||
|
reject(new Error('AI服务响应超时'));
|
||||||
|
if (onComplete) onComplete({ error: 'AI服务响应超时' });
|
||||||
|
}
|
||||||
|
}, 10000);
|
||||||
|
});
|
||||||
// #endif
|
// #endif
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HTTP 流式请求(仅 H5 使用)
|
* HTTP 流式请求(仅 H5 使用)
|
||||||
*/
|
*/
|
||||||
@@ -132,11 +184,8 @@ export default {
|
|||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!response.ok) {
|
if (!response.ok || !response.body) {
|
||||||
throw new Error(`HTTP ${response.status}`);
|
throw new Error('无效响应');
|
||||||
}
|
|
||||||
if (!response.body) {
|
|
||||||
throw new Error('响应体不可用');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const reader = response.body.getReader();
|
const reader = response.body.getReader();
|
||||||
@@ -145,50 +194,64 @@ export default {
|
|||||||
let content = '';
|
let content = '';
|
||||||
let conversationId = '';
|
let conversationId = '';
|
||||||
|
|
||||||
function processBuffer(buf, callback) {
|
while (true) {
|
||||||
const lines = buf.split('\n');
|
const { done, value } = await reader.read();
|
||||||
buf = lines.pop() || '';
|
if (done) break;
|
||||||
|
|
||||||
|
buffer += decoder.decode(value, { stream: true });
|
||||||
|
|
||||||
|
// 按行分割,保留不完整的最后一行
|
||||||
|
const lines = buffer.split('\n');
|
||||||
|
buffer = lines.pop() || ''; // 未完成的行留到下次
|
||||||
|
|
||||||
for (const line of lines) {
|
for (const line of lines) {
|
||||||
const trimmed = line.trim();
|
const trimmed = line.trim();
|
||||||
if (trimmed.startsWith('data:')) {
|
if (trimmed.startsWith('data:')) {
|
||||||
const jsonStr = trimmed.slice(5).trim();
|
|
||||||
if (jsonStr) {
|
|
||||||
try {
|
try {
|
||||||
|
const jsonStr = trimmed.slice(5).trim();
|
||||||
|
if (jsonStr && jsonStr !== '[DONE]') {
|
||||||
const data = JSON.parse(jsonStr);
|
const data = JSON.parse(jsonStr);
|
||||||
if (data.event === 'message') {
|
if (data.event === 'message') {
|
||||||
const text = data.answer || data.text || '';
|
const text = data.answer || data.text || '';
|
||||||
content += text;
|
content += text;
|
||||||
callback(text);
|
if (onChunk) onChunk(text);
|
||||||
}
|
}
|
||||||
if (data.conversation_id) {
|
if (data.conversation_id) {
|
||||||
conversationId = data.conversation_id;
|
conversationId = data.conversation_id;
|
||||||
}
|
}
|
||||||
if (data.event === 'message_end') {
|
if (data.event === 'message_end') {
|
||||||
// 可选:提前完成
|
// 可提前结束
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.warn('解析流数据失败:', e);
|
console.warn('解析失败:', e, line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return buf;
|
|
||||||
}
|
|
||||||
|
|
||||||
while (true) {
|
// 处理最后残留的 buffer(如果有)
|
||||||
const { done, value } = await reader.read();
|
if (buffer.trim().startsWith('data:')) {
|
||||||
if (done) break;
|
try {
|
||||||
buffer += decoder.decode(value, { stream: true });
|
const jsonStr = buffer.trim().slice(5);
|
||||||
buffer = processBuffer(buffer, (chunk) => {
|
if (jsonStr) {
|
||||||
if (onChunk) onChunk(chunk);
|
const data = JSON.parse(jsonStr);
|
||||||
});
|
if (data.event === 'message') {
|
||||||
|
const text = data.answer || '';
|
||||||
|
content += text;
|
||||||
|
if (onChunk) onChunk(text);
|
||||||
|
}
|
||||||
|
if (data.conversation_id) {
|
||||||
|
conversationId = data.conversation_id;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
console.warn('最后 buffer 解析失败:', e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (onComplete) {
|
if (onComplete) {
|
||||||
onComplete({
|
onComplete({ content, conversation_id: conversationId });
|
||||||
content,
|
|
||||||
conversation_id: conversationId
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
return { content, conversation_id: conversationId };
|
return { content, conversation_id: conversationId };
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
@@ -196,11 +259,6 @@ export default {
|
|||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
// 理论上不会执行到这里,但防止 fallback
|
|
||||||
return this.sendStreamMessage(message, onChunk, onComplete);
|
|
||||||
// #endif
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -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,27 +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`)[theme];
|
|
||||||
this.loadedConfigs[`theme_${theme}`] = themeData;
|
|
||||||
return themeData;
|
|
||||||
} catch (error) {
|
|
||||||
console.error(`加载主题 ${theme} 失败:`, error);
|
|
||||||
return {};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 加载主题配置(异步方式)
|
* 加载主题配置(异步方式)
|
||||||
* @param {string} theme - 主题名称
|
* @param {string} theme - 主题名称
|
||||||
@@ -136,7 +115,8 @@ class ConfigExternal {
|
|||||||
this.loadPromises[`theme_${theme}`] = new Promise((resolve, reject) => {
|
this.loadPromises[`theme_${theme}`] = new Promise((resolve, reject) => {
|
||||||
try {
|
try {
|
||||||
// 动态加载主题配置
|
// 动态加载主题配置
|
||||||
const themeData = require(`@/common/js/style_color.js`)[theme];
|
const themeData = require(`@/common/js/style_color.js`)['default'][theme];
|
||||||
|
console.log('async themeData => ', themeData);
|
||||||
this.loadedConfigs[`theme_${theme}`] = themeData;
|
this.loadedConfigs[`theme_${theme}`] = themeData;
|
||||||
resolve(themeData);
|
resolve(themeData);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
@@ -20,6 +20,10 @@ try {
|
|||||||
// 默认域名, 自定义发行时可以修改
|
// 默认域名, 自定义发行时可以修改
|
||||||
let defaultDomain = '';
|
let defaultDomain = '';
|
||||||
|
|
||||||
|
// #ifdef H5_XCX_5G_QUICKAPP_COM
|
||||||
|
defaultDomain = 'https://xcx20.5g-quickapp.com';
|
||||||
|
// #endif
|
||||||
|
|
||||||
// #ifdef H5_XCX_AIGC_QUICKAPP_COM
|
// #ifdef H5_XCX_AIGC_QUICKAPP_COM
|
||||||
defaultDomain = 'https://xcx.aigc-quickapp.com/';
|
defaultDomain = 'https://xcx.aigc-quickapp.com/';
|
||||||
// #endif
|
// #endif
|
||||||
@@ -43,6 +47,7 @@ let localDevConfig = { uniacid: 0, domain: defaultDomain };
|
|||||||
|
|
||||||
// #ifndef PRODUCTION
|
// #ifndef PRODUCTION
|
||||||
// 尝试动态加载本地配置文件
|
// 尝试动态加载本地配置文件
|
||||||
|
if (process?.env?.NODE_ENV === 'development') {
|
||||||
try {
|
try {
|
||||||
// 尝试从项目根目录加载本地配置文件
|
// 尝试从项目根目录加载本地配置文件
|
||||||
// 使用相对路径的方式,确保在不同平台下都能正确解析
|
// 使用相对路径的方式,确保在不同平台下都能正确解析
|
||||||
@@ -57,23 +62,33 @@ try {
|
|||||||
console.log('本地配置文件 .local.config.js 不存在,使用默认配置');
|
console.log('本地配置文件 .local.config.js 不存在,使用默认配置');
|
||||||
// #endif
|
// #endif
|
||||||
}
|
}
|
||||||
|
}
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
const { uniacid = 0, domain = defaultDomain } = localDevConfig ?? { uniacid: 0, domain: defaultDomain }
|
const { uniacid = 0, domain = defaultDomain } = localDevConfig ?? { uniacid: 0, domain: defaultDomain }
|
||||||
|
|
||||||
// 调试版本,配置说明
|
export default {
|
||||||
const devCfg = {
|
/**
|
||||||
|
* 1.开发调试模式
|
||||||
|
* 去掉注释 ...defaultCfg;
|
||||||
|
* 注释掉 ...releaseCfg,
|
||||||
|
* 2.发行/发布模式,例如通过`HBuilder>发行>小程序微信`的时候,原理是:
|
||||||
|
* 然后将 `import site from "../site.js";`追加到 `unpackage\dist\build\mp-weixin\common\vendor.js` 文件内容开头部分
|
||||||
|
* 然后将 site.js 文件放到 `unpackage\dist\build\mp-weixin\` 目录下面
|
||||||
|
*/
|
||||||
// 商户ID
|
// 商户ID
|
||||||
uniacid: uniacid, //825
|
uniacid: 1, //825
|
||||||
|
|
||||||
//api请求地址
|
//api请求地址
|
||||||
baseUrl: domain,
|
baseUrl: 'https://dev.aigc-quickapp.com/',
|
||||||
|
// baseUrl: 'http://localhost:8010/',
|
||||||
|
|
||||||
// 图片域名
|
// 图片域名
|
||||||
imgDomain: domain,
|
imgDomain: 'https://dev.aigc-quickapp.com/',
|
||||||
|
//imgDomain: 'http://localhost:8010/',
|
||||||
|
|
||||||
// H5端域名
|
// H5端域名
|
||||||
h5Domain: domain,
|
h5Domain: 'https://dev.aigc-quickapp.com/',
|
||||||
|
|
||||||
// // api请求地址
|
// // api请求地址
|
||||||
// baseUrl: 'https://tsaas.liveplatform.cn/',
|
// baseUrl: 'https://tsaas.liveplatform.cn/',
|
||||||
@@ -92,18 +107,9 @@ const devCfg = {
|
|||||||
|
|
||||||
// // H5端域名
|
// // H5端域名
|
||||||
// h5Domain: 'http://saas.cn/',
|
// h5Domain: 'http://saas.cn/',
|
||||||
};
|
|
||||||
|
|
||||||
var config = {
|
// 发行版本配置
|
||||||
/**
|
...(releaseCfg || {}),
|
||||||
* 1.开发调试模式
|
|
||||||
* 去掉注释 ...devCfg;
|
|
||||||
* 注释掉 ...releaseCfg,
|
|
||||||
* 2.发行/发布模式,例如通过`HBuilder>发行>小程序微信`的时候,原理是:
|
|
||||||
* 然后将 `import site from "../site.js";`追加到 `unpackage\dist\build\mp-weixin\common\vendor.js` 文件内容开头部分
|
|
||||||
* 然后将 site.js 文件放到 `unpackage\dist\build\mp-weixin\` 目录下面
|
|
||||||
*/
|
|
||||||
...(releaseCfg ?? devCfg),
|
|
||||||
|
|
||||||
|
|
||||||
// 腾讯地图key
|
// 腾讯地图key
|
||||||
@@ -118,5 +124,3 @@ var config = {
|
|||||||
// 版本号
|
// 版本号
|
||||||
version: '1.0'
|
version: '1.0'
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
|
||||||
@@ -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 {
|
||||||
|
|||||||
@@ -1,21 +1,8 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
// 页面样式,动态设置主色调
|
|
||||||
themeColor: '' //''--base-color:#fa5d14;--base-help-color:#ff7e00;'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
onLoad() { },
|
onLoad() { },
|
||||||
onShow() {
|
onShow() {
|
||||||
// 刷新多语言
|
// 刷新多语言
|
||||||
this.$langConfig.refresh();
|
this.$langConfig.refresh();
|
||||||
let time = setInterval(() => {
|
|
||||||
let theme = this.themeStyle;
|
|
||||||
if (theme && theme.main_color) {
|
|
||||||
this.themeColorSet();
|
|
||||||
clearInterval(time);
|
|
||||||
}
|
|
||||||
}, 50);
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
// 是否是英文环境
|
// 是否是英文环境
|
||||||
@@ -25,6 +12,9 @@ export default {
|
|||||||
themeStyle() {
|
themeStyle() {
|
||||||
return this.$store.state.themeStyle;
|
return this.$store.state.themeStyle;
|
||||||
},
|
},
|
||||||
|
themeColor() {
|
||||||
|
return this.$store.state.themeColor;
|
||||||
|
},
|
||||||
// 插件是否存在
|
// 插件是否存在
|
||||||
addonIsExist() {
|
addonIsExist() {
|
||||||
return this.$store.state.addonIsExist;
|
return this.$store.state.addonIsExist;
|
||||||
@@ -75,10 +65,18 @@ export default {
|
|||||||
componentRefresh() {
|
componentRefresh() {
|
||||||
return this.$store.state.componentRefresh;
|
return this.$store.state.componentRefresh;
|
||||||
},
|
},
|
||||||
|
// AI客服配置
|
||||||
|
globalAIKefuConfig() {
|
||||||
|
return this.$store.state.globalAIKefuConfig;
|
||||||
|
},
|
||||||
// 客服配置
|
// 客服配置
|
||||||
servicerConfig() {
|
servicerConfig() {
|
||||||
return this.$store.state.servicerConfig;
|
return this.$store.state.servicerConfig;
|
||||||
},
|
},
|
||||||
|
// 企业微信配置
|
||||||
|
wxworkConfig() {
|
||||||
|
return this.$store.state.wxworkConfig;
|
||||||
|
},
|
||||||
diySeckillInterval() {
|
diySeckillInterval() {
|
||||||
return this.$store.state.diySeckillInterval;
|
return this.$store.state.diySeckillInterval;
|
||||||
},
|
},
|
||||||
@@ -111,25 +109,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
themeColorSet() {
|
|
||||||
let theme = this.themeStyle;
|
|
||||||
this.themeColor = `--base-color:${theme.main_color};--base-help-color:${theme.aux_color};`;
|
|
||||||
if (this.tabBarHeight != '56px') this.themeColor += `--tab-bar-height:${this.tabBarHeight};`
|
|
||||||
Object.keys(theme).forEach(key => {
|
|
||||||
let data = theme[key];
|
|
||||||
if (typeof (data) == "object") {
|
|
||||||
Object.keys(data).forEach(k => {
|
|
||||||
this.themeColor += '--' + k.replace(/_/g, "-") + ':' + data[k] + ';';
|
|
||||||
});
|
|
||||||
} else if (typeof (key) == "string" && key) {
|
|
||||||
this.themeColor += '--' + key.replace(/_/g, "-") + ':' + data + ';';
|
|
||||||
}
|
|
||||||
});
|
|
||||||
for (let i = 9; i >= 5; i--) {
|
|
||||||
let color = this.$util.colourBlend(theme.main_color, '#ffffff', (i / 10));
|
|
||||||
this.themeColor += `--base-color-light-${i}:${color};`;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
// 颜色变浅(>0)、变深函数(<0)
|
// 颜色变浅(>0)、变深函数(<0)
|
||||||
lightenDarkenColor(color, amount) {
|
lightenDarkenColor(color, amount) {
|
||||||
|
|
||||||
@@ -173,7 +153,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; // 开启预览,禁止任何操作和跳转
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var method = params.data != undefined ? 'POST' : 'GET', // 请求方式
|
var method = params.data != undefined ? 'POST' : 'GET', // 请求方式
|
||||||
url = Config.baseUrl + params.url, // 请求路径
|
url = (Config.baseUrl + params.url).replace(/(?<!:)\/+/g, '/'), // 请求路径
|
||||||
data = {
|
data = {
|
||||||
app_type,
|
app_type,
|
||||||
app_type_name
|
app_type_name
|
||||||
|
|||||||
@@ -1,29 +1,22 @@
|
|||||||
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) {
|
||||||
let routeParts = route.split("/");
|
let routeParts = route.split("/");
|
||||||
|
|
||||||
// ---- 处理页面目录映射 <begin> 分包造成的,需要根据实际目录结构进行映射----
|
// ---- 处理页面目录映射 <begin> 分包造成的,需要根据实际目录结构进行映射----
|
||||||
// 先处理特殊的分包路径
|
|
||||||
if (routeParts[0] === 'pages_tool') {
|
if (routeParts[0] === 'pages_tool') {
|
||||||
// pages_tool 分包下的页面,直接使用子目录作为语言包路径
|
|
||||||
routeParts = [routeParts[1], ...routeParts.slice(2)];
|
routeParts = [routeParts[1], ...routeParts.slice(2)];
|
||||||
} else if (routeParts[0] === 'pages_goods') {
|
} else if (routeParts[0] === 'pages_goods') {
|
||||||
// pages_goods 分包映射到 goods 目录
|
|
||||||
routeParts[0] = 'goods';
|
routeParts[0] = 'goods';
|
||||||
} else if (routeParts[0] === 'pages_member') {
|
} else if (routeParts[0] === 'pages_member') {
|
||||||
// pages_member 分包映射到 member 目录
|
|
||||||
routeParts[0] = 'member';
|
routeParts[0] = 'member';
|
||||||
} else if (routeParts[0] === 'pages_order') {
|
} else if (routeParts[0] === 'pages_order') {
|
||||||
// pages_order 分包映射到 order 目录
|
|
||||||
routeParts[0] = 'order';
|
routeParts[0] = 'order';
|
||||||
} else if (routeParts[0] === 'pages_promotion') {
|
} else if (routeParts[0] === 'pages_promotion') {
|
||||||
// pages_promotion 分包特殊处理
|
|
||||||
const promotionModules = ['point', 'fenxiao', 'merch'];
|
const promotionModules = ['point', 'fenxiao', 'merch'];
|
||||||
if (routeParts[1] && promotionModules.includes(routeParts[1])) {
|
if (routeParts[1] && promotionModules.includes(routeParts[1])) {
|
||||||
routeParts = [routeParts[1], ...routeParts.slice(2)];
|
routeParts = [routeParts[1], ...routeParts.slice(2)];
|
||||||
@@ -31,7 +24,6 @@ function processRoutePath(route) {
|
|||||||
}
|
}
|
||||||
// ---- 处理页面目录映射 <end>----
|
// ---- 处理页面目录映射 <end>----
|
||||||
|
|
||||||
// 去掉pages目录,只保留子目录
|
|
||||||
if (routeParts[0] === 'pages') {
|
if (routeParts[0] === 'pages') {
|
||||||
routeParts = routeParts.slice(1);
|
routeParts = routeParts.slice(1);
|
||||||
}
|
}
|
||||||
@@ -57,32 +49,29 @@ function loadLangPackSync(lang, path) {
|
|||||||
export default {
|
export default {
|
||||||
langList: langConfig.langList,
|
langList: langConfig.langList,
|
||||||
/**
|
/**
|
||||||
* * 解析多语言
|
* 解析多语言
|
||||||
* @param {Object} field
|
|
||||||
*/
|
*/
|
||||||
lang(field) {
|
lang(field) {
|
||||||
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);
|
||||||
|
|
||||||
// 加载当前页面语言包
|
|
||||||
let currentPageLang = loadLangPackSync(locale, langPath);
|
let currentPageLang = loadLangPackSync(locale, langPath);
|
||||||
|
|
||||||
// 合并语言包
|
|
||||||
let mergedLang = { ...lang, ...currentPageLang };
|
let mergedLang = { ...lang, ...currentPageLang };
|
||||||
|
|
||||||
// 解析字段
|
|
||||||
var arr = field.split(".");
|
var arr = field.split(".");
|
||||||
if (arr.length > 1) {
|
if (arr.length > 1) {
|
||||||
// 处理嵌套属性,如 common.currencySymbol
|
|
||||||
let temp = mergedLang;
|
let temp = mergedLang;
|
||||||
let found = true;
|
let found = true;
|
||||||
for (let key of arr) {
|
for (let key of arr) {
|
||||||
@@ -99,36 +88,37 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error('解析语言包失败:', e);
|
console.error('解析语言包失败:', e, { langPath, field, locale });
|
||||||
value = field;
|
value = field;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (arguments.length > 1) {
|
if (arguments.length > 1) {
|
||||||
//有参数,需要替换
|
|
||||||
for (var i = 1; i < arguments.length; i++) {
|
for (var i = 1; i < arguments.length; i++) {
|
||||||
value = value.replace("{" + (i - 1) + "}", arguments[i]);
|
value = value.replace("{" + (i - 1) + "}", arguments[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (value == undefined || (value == 'title' && field == 'title')) value = ''; // field
|
if (value == undefined || (value == 'title' && field == 'title')) value = '';
|
||||||
|
|
||||||
|
if (field == value) {
|
||||||
|
console.warn(`警告: 字段 ${field} 在语言包 ${langPath} 中未找到对应值,使用默认值 ${field} 当前语言: ${locale}`);
|
||||||
|
}
|
||||||
|
|
||||||
// 多语言调试,注释后可以关闭控制台输出
|
|
||||||
// console.log(`字段: ${field}, 值: ${value}`)
|
|
||||||
return value;
|
return value;
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* * 切换语言
|
* 切换语言
|
||||||
* @param {String} value 语言值
|
|
||||||
* @param {String} url 切换后跳转的页面url
|
|
||||||
*/
|
*/
|
||||||
change(value, url = '/pages_tool/member/index') {
|
change(value, url = '/pages_tool/member/index') {
|
||||||
let _this = getCurrentPages()[getCurrentPages().length - 1];
|
let _this = getCurrentPages()[getCurrentPages().length - 1];
|
||||||
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) {
|
||||||
|
delete loadedLangPacks[key];
|
||||||
|
}
|
||||||
|
|
||||||
this.refresh();
|
this.refresh();
|
||||||
|
|
||||||
@@ -140,36 +130,14 @@ 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"));
|
||||||
|
|
||||||
//设置tabbar的文字语言
|
|
||||||
// uni.setTabBarItem({
|
|
||||||
// index: 0,
|
|
||||||
// text: this.lang("tabBar.home")
|
|
||||||
// });
|
|
||||||
// uni.setTabBarItem({
|
|
||||||
// index: 1,
|
|
||||||
// text: this.lang("tabBar.category")
|
|
||||||
// });
|
|
||||||
// uni.setTabBarItem({
|
|
||||||
// index: 2,
|
|
||||||
// text: this.lang("tabBar.cart")
|
|
||||||
// });
|
|
||||||
// uni.setTabBarItem({
|
|
||||||
// index: 3,
|
|
||||||
// text: this.lang("tabBar.member")
|
|
||||||
// });
|
|
||||||
},
|
},
|
||||||
title(str) {
|
title(str) {
|
||||||
if (str) {
|
if (str) {
|
||||||
uni.setNavigationBarTitle({
|
uni.setNavigationBarTitle({
|
||||||
title: str,
|
title: str
|
||||||
success: function (res) {
|
|
||||||
},
|
|
||||||
fail: function (err) {
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -177,7 +145,6 @@ export default {
|
|||||||
list() {
|
list() {
|
||||||
var list = [];
|
var list = [];
|
||||||
try {
|
try {
|
||||||
//公共语言包
|
|
||||||
for (var i = 0; i < langConfig.langList.length; i++) {
|
for (var i = 0; i < langConfig.langList.length; i++) {
|
||||||
let langType = langConfig.langList[i];
|
let langType = langConfig.langList[i];
|
||||||
let item = loadLangPackSync(langType, 'common');
|
let item = loadLangPackSync(langType, 'common');
|
||||||
|
|||||||
@@ -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: '#FFFC', //背景色: 红色 '#c6251b', 白色: '#FFFC'
|
||||||
|
hover_nav_text_color: '#000' // 文字颜色: 白色 '#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);
|
||||||
|
|
||||||
@@ -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,36 @@ export default {
|
|||||||
}
|
}
|
||||||
return cloneObj
|
return cloneObj
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 打开微信企业客服
|
||||||
|
* @param {Function} fallbackFunc 降级处理函数
|
||||||
|
*/
|
||||||
|
openWxWorkServiceChat(fallbackFunc) {
|
||||||
|
// #ifdef MP-WEIXIN
|
||||||
|
let wxworkConfig = store.state?.wxworkConfig
|
||||||
|
if (wxworkConfig?.enable && wxworkConfig?.contact_url) {
|
||||||
|
// 直接使用活码链接跳转
|
||||||
|
wx.navigateToMiniProgram({
|
||||||
|
appId: 'wxeb490c6f9b154ef9', // 是企业微信官方小程序的AppID(固定值, 由腾讯企业微信团队维护, 不需要修改,用于展示"添加企业微信联系人"的官方页面)
|
||||||
|
path: `pages/contacts/externalContactDetail?url=${encodeURIComponent(wxworkConfig?.contact_url)}`,
|
||||||
|
success: () => {
|
||||||
|
console.log('跳转企业微信成功');
|
||||||
|
},
|
||||||
|
fail: (err) => {
|
||||||
|
console.error('跳转企业微信失败:', err);
|
||||||
|
// 降级处理:使用原有客服方式
|
||||||
|
fallbackFunc && fallbackFunc();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
fallbackFunc && fallbackFunc();
|
||||||
|
}
|
||||||
|
// #endif
|
||||||
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 自定义模板的跳转链接
|
* 自定义模板的跳转链接
|
||||||
* @param {Object} link
|
* @param {Object} link
|
||||||
@@ -590,6 +696,7 @@ export default {
|
|||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
// #ifdef MP-WEIXIN
|
// #ifdef MP-WEIXIN
|
||||||
|
this.openWxWorkServiceChat(() => {
|
||||||
wx.openCustomerServiceChat({
|
wx.openCustomerServiceChat({
|
||||||
extInfo: {
|
extInfo: {
|
||||||
url: config.wxwork_url
|
url: config.wxwork_url
|
||||||
@@ -600,6 +707,8 @@ export default {
|
|||||||
sendMessagePath: 'this.sendMessagePath',
|
sendMessagePath: 'this.sendMessagePath',
|
||||||
sendMessageImg: 'this.sendMessageImg'
|
sendMessageImg: 'this.sendMessageImg'
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
// #endif
|
// #endif
|
||||||
break;
|
break;
|
||||||
case 'third':
|
case 'third':
|
||||||
@@ -650,7 +759,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 +786,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 +797,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 +836,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 +1192,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,7 +145,7 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -154,7 +154,7 @@ export default {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return checkTabBarActive(linkUrl, currentPageRoute);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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: {
|
||||||
@@ -610,10 +606,10 @@ export default {
|
|||||||
view {
|
view {
|
||||||
color: #222222;
|
color: #222222;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
white-space: nowrap;
|
white-space: break-word;
|
||||||
text-overflow: ellipsis;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.border-top {
|
&.border-top {
|
||||||
@@ -630,6 +626,7 @@ export default {
|
|||||||
view {
|
view {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: $font-size-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|||||||
@@ -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>
|
||||||
271
components/ai-chat-message/README.md
Normal file
271
components/ai-chat-message/README.md
Normal file
@@ -0,0 +1,271 @@
|
|||||||
|
# AI智能客服组件
|
||||||
|
|
||||||
|
一个功能完整的AI智能客服对话组件,支持多种消息类型和交互功能。
|
||||||
|
|
||||||
|
## 功能特性
|
||||||
|
|
||||||
|
- ✅ 支持对话上下文管理
|
||||||
|
- ✅ 支持多种消息类型:文本、Markdown、文件、音频、视频、链接、商品卡片
|
||||||
|
- ✅ 支持语音输入和录音
|
||||||
|
- ✅ 支持图片、文件、位置等附件发送
|
||||||
|
- ✅ 支持消息操作按钮(点赞、踩等)
|
||||||
|
- ✅ 支持历史消息加载
|
||||||
|
- ✅ 响应式设计,适配多端
|
||||||
|
|
||||||
|
## 安装使用
|
||||||
|
|
||||||
|
### 1. 引入组件
|
||||||
|
|
||||||
|
在 `pages.json` 中注册组件:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"usingComponents": {
|
||||||
|
"ai-chat-message": "/components/ai-chat-message/ai-chat-message"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2. 在页面中使用
|
||||||
|
|
||||||
|
```vue
|
||||||
|
<template>
|
||||||
|
<view class="container">
|
||||||
|
<ai-chat-message
|
||||||
|
ref="chat"
|
||||||
|
:initial-messages="messages"
|
||||||
|
@message-sent="onMessageSent"
|
||||||
|
@ai-response="onAIResponse"
|
||||||
|
@action-click="onActionClick" />
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
messages: [
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
role: 'ai',
|
||||||
|
type: 'text',
|
||||||
|
content: '您好!我是AI智能客服,有什么可以帮助您的吗?',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
onMessageSent(message) {
|
||||||
|
console.log('用户发送消息:', message)
|
||||||
|
},
|
||||||
|
onAIResponse(message) {
|
||||||
|
console.log('AI回复消息:', message)
|
||||||
|
},
|
||||||
|
onActionClick({ action, message }) {
|
||||||
|
console.log('操作点击:', action, message)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Props 配置
|
||||||
|
|
||||||
|
| 参数 | 类型 | 默认值 | 说明 |
|
||||||
|
|------|------|--------|------|
|
||||||
|
| initialMessages | Array | [] | 初始消息列表 |
|
||||||
|
| userAvatar | String | '/static/images/default-avatar.png' | 用户头像 |
|
||||||
|
| aiAvatar | String | '/static/images/ai-avatar.png' | AI头像 |
|
||||||
|
| showLoadMore | Boolean | true | 是否显示加载更多 |
|
||||||
|
| maxMessages | Number | 100 | 最大消息数量 |
|
||||||
|
|
||||||
|
## Events 事件
|
||||||
|
|
||||||
|
| 事件名 | 参数 | 说明 |
|
||||||
|
|--------|------|------|
|
||||||
|
| message-sent | message | 用户发送消息 |
|
||||||
|
| ai-response | message | AI回复消息 |
|
||||||
|
| action-click | {action, message} | 操作按钮点击 |
|
||||||
|
| history-loaded | messages | 历史消息加载完成 |
|
||||||
|
| file-preview | message | 文件预览 |
|
||||||
|
| audio-play | message | 音频播放 |
|
||||||
|
| audio-pause | message | 音频暂停 |
|
||||||
|
| video-play | message | 视频播放 |
|
||||||
|
| video-pause | message | 视频暂停 |
|
||||||
|
| link-open | message | 链接打开 |
|
||||||
|
| product-view | message | 商品查看 |
|
||||||
|
| input-change | value | 输入内容变化 |
|
||||||
|
|
||||||
|
## 消息类型格式
|
||||||
|
|
||||||
|
### 文本消息
|
||||||
|
```javascript
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
role: 'user', // 或 'ai'
|
||||||
|
type: 'text',
|
||||||
|
content: '消息内容',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### Markdown消息
|
||||||
|
```javascript
|
||||||
|
{
|
||||||
|
id: 2,
|
||||||
|
role: 'ai',
|
||||||
|
type: 'markdown',
|
||||||
|
content: '# 标题\n**粗体** *斜体* `代码`',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 文件消息
|
||||||
|
```javascript
|
||||||
|
{
|
||||||
|
id: 3,
|
||||||
|
role: 'ai',
|
||||||
|
type: 'file',
|
||||||
|
fileName: '文档.pdf',
|
||||||
|
fileSize: 1024000,
|
||||||
|
url: '文件地址',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 音频消息
|
||||||
|
```javascript
|
||||||
|
{
|
||||||
|
id: 4,
|
||||||
|
role: 'ai',
|
||||||
|
type: 'audio',
|
||||||
|
title: '语音消息',
|
||||||
|
duration: 60, // 秒
|
||||||
|
url: '音频地址',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 视频消息
|
||||||
|
```javascript
|
||||||
|
{
|
||||||
|
id: 5,
|
||||||
|
role: 'ai',
|
||||||
|
type: 'video',
|
||||||
|
title: '产品介绍',
|
||||||
|
duration: 120, // 秒
|
||||||
|
url: '视频地址',
|
||||||
|
cover: '封面图',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 链接消息
|
||||||
|
```javascript
|
||||||
|
{
|
||||||
|
id: 6,
|
||||||
|
role: 'ai',
|
||||||
|
type: 'link',
|
||||||
|
title: '帮助文档',
|
||||||
|
description: '详细的使用说明',
|
||||||
|
url: 'https://example.com',
|
||||||
|
image: '缩略图',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 商品卡片
|
||||||
|
```javascript
|
||||||
|
{
|
||||||
|
id: 7,
|
||||||
|
role: 'ai',
|
||||||
|
type: 'product',
|
||||||
|
title: '商品名称',
|
||||||
|
price: 299,
|
||||||
|
description: '商品描述',
|
||||||
|
image: '商品图片',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## 方法
|
||||||
|
|
||||||
|
通过 ref 调用组件方法:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// 添加消息
|
||||||
|
this.$refs.chat.addMessage(message)
|
||||||
|
|
||||||
|
// 清空消息
|
||||||
|
this.$refs.chat.clearMessages()
|
||||||
|
|
||||||
|
// 滚动到底部
|
||||||
|
this.$refs.chat.scrollToBottom()
|
||||||
|
```
|
||||||
|
|
||||||
|
## 样式定制
|
||||||
|
|
||||||
|
组件使用 SCSS 编写,可以通过 CSS 变量进行主题定制:
|
||||||
|
|
||||||
|
```css
|
||||||
|
.ai-chat-container {
|
||||||
|
--primary-color: #ff4544;
|
||||||
|
--bg-color: #f8f8f8;
|
||||||
|
--text-color: #333;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## 方法
|
||||||
|
|
||||||
|
通过 ref 调用组件方法:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// 添加消息
|
||||||
|
this.$refs.chat.addMessage(message)
|
||||||
|
|
||||||
|
// 清空消息
|
||||||
|
this.$refs.chat.clearMessages()
|
||||||
|
|
||||||
|
// 滚动到底部
|
||||||
|
this.$refs.chat.scrollToBottom()
|
||||||
|
|
||||||
|
// 开始语音输入
|
||||||
|
this.$refs.chat.startVoiceInput()
|
||||||
|
|
||||||
|
// 停止语音输入
|
||||||
|
this.$refs.chat.stopVoiceInput()
|
||||||
|
```
|
||||||
|
|
||||||
|
## 样式定制
|
||||||
|
|
||||||
|
组件使用 SCSS 编写,可以通过 CSS 变量进行主题定制:
|
||||||
|
|
||||||
|
```css
|
||||||
|
.ai-chat-container {
|
||||||
|
--primary-color: #ff4544;
|
||||||
|
--bg-color: #f8f8f8;
|
||||||
|
--text-color: #333;
|
||||||
|
--border-color: #eeeeee;
|
||||||
|
--user-bg: #e6f7ff;
|
||||||
|
--ai-bg: #f6f6f6;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## 图标字体
|
||||||
|
|
||||||
|
组件使用自定义图标字体,需要在页面中引入:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<style>
|
||||||
|
@import url('/components/ai-chat-message/iconfont.css');
|
||||||
|
</style>
|
||||||
|
```
|
||||||
|
|
||||||
|
## 注意事项
|
||||||
|
|
||||||
|
1. 组件已适配项目中已有的 `ns-loading` 组件
|
||||||
|
2. 需要配置对应的图标字体文件
|
||||||
|
3. 音频播放功能在 H5 和 APP 端支持较好
|
||||||
|
4. 文件预览功能依赖平台能力
|
||||||
|
5. 语音输入功能需要用户授权麦克风权限
|
||||||
@@ -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: {
|
||||||
@@ -814,6 +810,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
// 发送流式消息
|
// 发送流式消息
|
||||||
|
// 发送流式消息(自动适配 H5 / 微信小程序)
|
||||||
async sendStreamMessage(userMessage) {
|
async sendStreamMessage(userMessage) {
|
||||||
// 创建流式消息对象
|
// 创建流式消息对象
|
||||||
const streamMessage = {
|
const streamMessage = {
|
||||||
@@ -823,35 +820,36 @@ export default {
|
|||||||
content: '',
|
content: '',
|
||||||
timestamp: Date.now(),
|
timestamp: Date.now(),
|
||||||
isStreaming: true
|
isStreaming: true
|
||||||
}
|
};
|
||||||
|
|
||||||
// 移除加载状态,添加流式消息
|
// 移除加载状态,添加流式消息
|
||||||
this.messages = this.messages.filter(msg => msg.type !== 'loading')
|
this.messages = this.messages.filter(msg => msg.type !== 'loading');
|
||||||
this.shouldScrollToBottom = true
|
this.shouldScrollToBottom = true;
|
||||||
this.messages.push(streamMessage)
|
this.messages.push(streamMessage);
|
||||||
|
|
||||||
// 开始流式响应
|
try {
|
||||||
await aiService.sendStreamMessage(
|
// #ifdef H5
|
||||||
|
// ===== H5: 使用 POST + 流式 (fetch readable stream) =====
|
||||||
|
await aiService.sendHttpStream(
|
||||||
userMessage,
|
userMessage,
|
||||||
// 流式数据回调
|
|
||||||
(chunk) => {
|
(chunk) => {
|
||||||
streamMessage.content += chunk
|
// 实时更新内容
|
||||||
this.$forceUpdate() // 或 this.$nextTick()
|
streamMessage.content += chunk;
|
||||||
|
this.$forceUpdate(); // 强制更新视图
|
||||||
},
|
},
|
||||||
// 完成回调:处理对象或字符串
|
|
||||||
(completeResult) => {
|
(completeResult) => {
|
||||||
|
// 流结束回调
|
||||||
let finalContent = '';
|
let finalContent = '';
|
||||||
let convId = '';
|
let convId = '';
|
||||||
|
|
||||||
// 判断是对象还是字符串
|
|
||||||
if (typeof completeResult === 'string') {
|
if (typeof completeResult === 'string') {
|
||||||
finalContent = completeResult;
|
finalContent = completeResult;
|
||||||
} else {
|
} else {
|
||||||
finalContent = completeResult.content || '';
|
finalContent = completeResult.content || '';
|
||||||
convId = completeResult.conversation_id || ''; // 👈 关键:提取 conversation_id
|
convId = completeResult.conversation_id || '';
|
||||||
}
|
}
|
||||||
|
|
||||||
// 更新消息状态
|
// 更新最终内容
|
||||||
streamMessage.isStreaming = false;
|
streamMessage.isStreaming = false;
|
||||||
streamMessage.content = finalContent;
|
streamMessage.content = finalContent;
|
||||||
|
|
||||||
@@ -861,17 +859,71 @@ export default {
|
|||||||
{ id: 2, text: '没帮助', type: 'dislike' }
|
{ id: 2, text: '没帮助', type: 'dislike' }
|
||||||
];
|
];
|
||||||
|
|
||||||
// 保存 conversation_id 到本地
|
// 保存会话 ID
|
||||||
if (convId) {
|
if (convId) {
|
||||||
|
this.currentConversationId = convId;
|
||||||
aiService.setConversationId(convId);
|
aiService.setConversationId(convId);
|
||||||
|
this.saveConversationIdToLocal(convId);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 触发事件
|
// 触发事件
|
||||||
this.$emit('ai-response', streamMessage);
|
this.$emit('ai-response', streamMessage);
|
||||||
this.saveConversationIdToLocal(convId);
|
|
||||||
this.currentConversationId = convId;
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
// #endif
|
||||||
|
|
||||||
|
// #ifdef MP-WEIXIN
|
||||||
|
// ===== 微信小程序: 使用 WebSocket =====
|
||||||
|
await aiService.sendStreamMessage(
|
||||||
|
userMessage,
|
||||||
|
(chunk) => {
|
||||||
|
// 实时更新内容
|
||||||
|
streamMessage.content += chunk;
|
||||||
|
this.$forceUpdate();
|
||||||
|
},
|
||||||
|
(completeResult) => {
|
||||||
|
// 流结束回调
|
||||||
|
let finalContent = completeResult?.content || '';
|
||||||
|
let convId = completeResult?.conversation_id || '';
|
||||||
|
|
||||||
|
// 更新最终内容
|
||||||
|
streamMessage.isStreaming = false;
|
||||||
|
streamMessage.content = finalContent;
|
||||||
|
|
||||||
|
// 添加操作按钮
|
||||||
|
streamMessage.actions = [
|
||||||
|
{ id: 1, text: '有帮助', type: 'like' },
|
||||||
|
{ id: 2, text: '没帮助', type: 'dislike' }
|
||||||
|
];
|
||||||
|
|
||||||
|
// 保存会话 ID
|
||||||
|
if (convId) {
|
||||||
|
this.currentConversationId = convId;
|
||||||
|
aiService.setConversationId(convId);
|
||||||
|
this.saveConversationIdToLocal(convId);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 触发事件
|
||||||
|
this.$emit('ai-response', streamMessage);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
// #endif
|
||||||
|
} catch (error) {
|
||||||
|
console.error('流式请求失败:', error);
|
||||||
|
// 移除流式消息
|
||||||
|
this.messages = this.messages.filter(msg => msg.id !== streamMessage.id);
|
||||||
|
// 显示错误
|
||||||
|
const errorMsg = {
|
||||||
|
id: ++this.messageId,
|
||||||
|
role: 'ai',
|
||||||
|
type: 'text',
|
||||||
|
content: '抱歉,服务暂时不可用,请稍后重试。',
|
||||||
|
timestamp: Date.now(),
|
||||||
|
actions: [{ id: 1, text: '重试', type: 'retry' }]
|
||||||
|
};
|
||||||
|
this.messages.push(errorMsg);
|
||||||
|
this.$emit('ai-response', errorMsg);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
generateAIResponse(userMessage) {
|
generateAIResponse(userMessage) {
|
||||||
const responses = {
|
const responses = {
|
||||||
|
|||||||
288
components/ai-chat-message/demo.vue
Normal file
288
components/ai-chat-message/demo.vue
Normal file
@@ -0,0 +1,288 @@
|
|||||||
|
<template>
|
||||||
|
<view class="demo-container">
|
||||||
|
<view class="demo-header">
|
||||||
|
<text class="demo-title">AI智能客服组件演示</text>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<ai-chat-message
|
||||||
|
ref="chat"
|
||||||
|
:initial-messages="demoMessages"
|
||||||
|
user-avatar="/static/images/demo-user.png"
|
||||||
|
ai-avatar="/static/images/demo-ai.png"
|
||||||
|
@message-sent="onMessageSent"
|
||||||
|
@ai-response="onAIResponse"
|
||||||
|
@action-click="onActionClick"
|
||||||
|
@file-preview="onFilePreview"
|
||||||
|
@audio-play="onAudioPlay"
|
||||||
|
@video-play="onVideoPlay"
|
||||||
|
@link-open="onLinkOpen"
|
||||||
|
@product-view="onProductView" />
|
||||||
|
|
||||||
|
<view class="demo-controls">
|
||||||
|
<button class="control-btn" @click="addTextMessage">添加文本消息</button>
|
||||||
|
<button class="control-btn" @click="addMarkdownMessage">添加Markdown</button>
|
||||||
|
<button class="control-btn" @click="addFileMessage">添加文件</button>
|
||||||
|
<button class="control-btn" @click="addAudioMessage">添加音频</button>
|
||||||
|
<button class="control-btn" @click="addVideoMessage">添加视频</button>
|
||||||
|
<button class="control-btn" @click="addLinkMessage">添加链接</button>
|
||||||
|
<button class="control-btn" @click="addProductMessage">添加商品</button>
|
||||||
|
<button class="control-btn" @click="clearMessages">清空消息</button>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
demoMessages: [
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
role: 'ai',
|
||||||
|
type: 'text',
|
||||||
|
content: '您好!我是AI智能客服演示程序,我可以展示多种消息类型。请点击下方的按钮体验不同功能!',
|
||||||
|
timestamp: Date.now() - 300000,
|
||||||
|
actions: [
|
||||||
|
{ id: 1, text: '开始体验', type: 'like' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
methods: {
|
||||||
|
// 添加文本消息
|
||||||
|
addTextMessage() {
|
||||||
|
const message = {
|
||||||
|
id: Date.now(),
|
||||||
|
role: 'ai',
|
||||||
|
type: 'text',
|
||||||
|
content: '这是一个文本消息示例,支持**粗体**、*斜体*和`代码`格式。也可以包含换行符\n这是第二行内容。',
|
||||||
|
timestamp: Date.now(),
|
||||||
|
actions: [
|
||||||
|
{ id: 1, text: '有帮助', type: 'like' },
|
||||||
|
{ id: 2, text: '没帮助', type: 'dislike' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
this.$refs.chat.messages.push(message)
|
||||||
|
},
|
||||||
|
|
||||||
|
// 添加Markdown消息
|
||||||
|
addMarkdownMessage() {
|
||||||
|
const message = {
|
||||||
|
id: Date.now(),
|
||||||
|
role: 'ai',
|
||||||
|
type: 'markdown',
|
||||||
|
content: `# Markdown文档示例
|
||||||
|
|
||||||
|
## 二级标题
|
||||||
|
|
||||||
|
这是一个支持**粗体**、*斜体*和\`代码\`的Markdown消息。
|
||||||
|
|
||||||
|
### 功能特性
|
||||||
|
- ✅ 支持标题层级
|
||||||
|
- ✅ 支持列表展示
|
||||||
|
- ✅ 支持代码高亮
|
||||||
|
- ✅ 支持链接跳转
|
||||||
|
|
||||||
|
[查看详细文档](https://example.com)\n\n**注意:** 这是一个演示内容,实际使用时可以集成真实的文档系统。`,
|
||||||
|
timestamp: Date.now(),
|
||||||
|
actions: [
|
||||||
|
{ id: 1, text: '查看文档', type: 'like' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
this.$refs.chat.messages.push(message)
|
||||||
|
},
|
||||||
|
|
||||||
|
// 添加文件消息
|
||||||
|
addFileMessage() {
|
||||||
|
const message = {
|
||||||
|
id: Date.now(),
|
||||||
|
role: 'ai',
|
||||||
|
type: 'file',
|
||||||
|
fileName: '产品介绍文档.pdf',
|
||||||
|
fileSize: 2048000,
|
||||||
|
url: 'https://example.com/document.pdf',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
this.$refs.chat.messages.push(message)
|
||||||
|
},
|
||||||
|
|
||||||
|
// 添加音频消息
|
||||||
|
addAudioMessage() {
|
||||||
|
const message = {
|
||||||
|
id: Date.now(),
|
||||||
|
role: 'ai',
|
||||||
|
type: 'audio',
|
||||||
|
title: '产品功能介绍',
|
||||||
|
duration: 89,
|
||||||
|
url: 'https://example.com/audio.mp3',
|
||||||
|
timestamp: Date.now(),
|
||||||
|
playing: false,
|
||||||
|
currentTime: 0
|
||||||
|
}
|
||||||
|
this.$refs.chat.messages.push(message)
|
||||||
|
},
|
||||||
|
|
||||||
|
// 添加视频消息
|
||||||
|
addVideoMessage() {
|
||||||
|
const message = {
|
||||||
|
id: Date.now(),
|
||||||
|
role: 'ai',
|
||||||
|
type: 'video',
|
||||||
|
title: '产品演示视频',
|
||||||
|
duration: 180,
|
||||||
|
url: 'https://example.com/video.mp4',
|
||||||
|
cover: '/static/images/video-cover.jpg',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
this.$refs.chat.messages.push(message)
|
||||||
|
},
|
||||||
|
|
||||||
|
// 添加链接消息
|
||||||
|
addLinkMessage() {
|
||||||
|
const message = {
|
||||||
|
id: Date.now(),
|
||||||
|
role: 'ai',
|
||||||
|
type: 'link',
|
||||||
|
title: '帮助中心',
|
||||||
|
description: '详细的产品使用说明和常见问题解答',
|
||||||
|
url: 'https://example.com/help',
|
||||||
|
image: '/static/images/link-thumbnail.jpg',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
this.$refs.chat.messages.push(message)
|
||||||
|
},
|
||||||
|
|
||||||
|
// 添加商品消息
|
||||||
|
addProductMessage() {
|
||||||
|
const message = {
|
||||||
|
id: Date.now(),
|
||||||
|
role: 'ai',
|
||||||
|
type: 'product',
|
||||||
|
title: '智能手表 X1',
|
||||||
|
price: 1299,
|
||||||
|
description: '全新一代智能手表,支持心率监测、运动追踪、消息提醒等功能',
|
||||||
|
image: '/static/images/product-demo.jpg',
|
||||||
|
timestamp: Date.now(),
|
||||||
|
actions: [
|
||||||
|
{ id: 1, text: '立即购买', type: 'like' },
|
||||||
|
{ id: 2, text: '查看详情', type: 'dislike' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
this.$refs.chat.messages.push(message)
|
||||||
|
},
|
||||||
|
|
||||||
|
// 清空消息
|
||||||
|
clearMessages() {
|
||||||
|
this.$refs.chat.messages = [
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
role: 'ai',
|
||||||
|
type: 'text',
|
||||||
|
content: '消息已清空,可以重新开始体验!',
|
||||||
|
timestamp: Date.now()
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
// 事件处理
|
||||||
|
onMessageSent(message) {
|
||||||
|
console.log('用户发送消息:', message)
|
||||||
|
uni.showToast({
|
||||||
|
title: '消息发送成功',
|
||||||
|
icon: 'success'
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
onAIResponse(message) {
|
||||||
|
console.log('AI回复消息:', message)
|
||||||
|
},
|
||||||
|
|
||||||
|
onActionClick({ action, message }) {
|
||||||
|
console.log('操作点击:', action, message)
|
||||||
|
uni.showToast({
|
||||||
|
title: `点击了: ${action.text}`,
|
||||||
|
icon: 'none'
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
onFilePreview(message) {
|
||||||
|
console.log('文件预览:', message)
|
||||||
|
uni.showToast({
|
||||||
|
title: '正在打开文件...',
|
||||||
|
icon: 'none'
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
onAudioPlay(message) {
|
||||||
|
console.log('音频播放:', message)
|
||||||
|
},
|
||||||
|
|
||||||
|
onVideoPlay(message) {
|
||||||
|
console.log('视频播放:', message)
|
||||||
|
},
|
||||||
|
|
||||||
|
onLinkOpen(message) {
|
||||||
|
console.log('链接打开:', message)
|
||||||
|
uni.showToast({
|
||||||
|
title: '正在打开链接...',
|
||||||
|
icon: 'none'
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
onProductView(message) {
|
||||||
|
console.log('商品查看:', message)
|
||||||
|
uni.showToast({
|
||||||
|
title: '正在查看商品...',
|
||||||
|
icon: 'none'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.demo-container {
|
||||||
|
height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.demo-header {
|
||||||
|
background-color: #ff4544;
|
||||||
|
color: white;
|
||||||
|
padding: 30rpx;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
.demo-title {
|
||||||
|
font-size: 32rpx;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.demo-controls {
|
||||||
|
background-color: white;
|
||||||
|
padding: 20rpx;
|
||||||
|
border-top: 2rpx solid #eeeeee;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 10rpx;
|
||||||
|
|
||||||
|
.control-btn {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 150rpx;
|
||||||
|
height: 60rpx;
|
||||||
|
background-color: #f8f8f8;
|
||||||
|
border-radius: 30rpx;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #333;
|
||||||
|
border: none;
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
background-color: #eeeeee;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -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>
|
||||||
|
|||||||
@@ -1,129 +1,175 @@
|
|||||||
<template>
|
<template>
|
||||||
<!-- 悬浮按钮 -->
|
|
||||||
<view v-if="pageCount == 1 || need" class="fixed-box"
|
<view v-if="pageCount == 1 || need" class="fixed-box"
|
||||||
:style="[{ height: fixBtnShow ? '400rpx' : '320rpx' }, customContainerStyle]">
|
:style="[customContainerStyle, {
|
||||||
<!-- <view class="btn-item" v-if="fixBtnShow" @click="$util.redirectTo('/pages/index/index')"> -->
|
height: fixBtnShow ? '400rpx' : '320rpx',
|
||||||
<!-- 切换语言按钮 -->
|
backgroundImage: bgUrl ? `url(${bgUrl})` : '',
|
||||||
<button class="btn-item" v-if="fixBtnShow && isLanguageSwitchEnabled" @click="toggleLanguage()"
|
backgroundSize: 'cover'
|
||||||
:style="[{ backgroundSize: '100% 100%' }, customButtonStyle]">
|
}]">
|
||||||
<text :style="customTextStyle">{{ currentLangDisplayName }}</text>
|
|
||||||
</button>
|
<!-- AI 智能助手(优先显示) -->
|
||||||
<!-- 客服按钮 -->
|
<view
|
||||||
<!-- #ifdef MP-WEIXIN -->
|
v-if="fixBtnShow && enableAIChat"
|
||||||
<button class="btn-item" v-if="fixBtnShow" hoverClass="none" openType="contact" sessionFrom="weapp"
|
class="btn-item common-bg"
|
||||||
showMessageCard="true"
|
@click="openAIChat"
|
||||||
:style="[{ backgroundImage: 'url(' + (kefuimg ? kefuimg : '') + ')', backgroundSize: '100% 100%' }, customButtonStyle]">
|
:style="{ backgroundImage: aiAgentimg ? `url(${aiAgentimg})` : '', backgroundSize: '100% 100%' }"
|
||||||
<text class="icox icox-kefu" v-if="!kefuimg"></text>
|
>
|
||||||
<!-- <view>首页</view> -->
|
<text class="ai-icon" v-if="!aiAgentimg">🤖</text>
|
||||||
</button>
|
|
||||||
<!-- #endif -->
|
|
||||||
<view class="btn-item" v-if="fixBtnShow" @click="call()"
|
|
||||||
:style="[{ backgroundImage: 'url(' + (phoneimg ? phoneimg : '') + ')', backgroundSize: '100% 100%' }, customButtonStyle]">
|
|
||||||
<text class="iconfont icon-dianhua" v-if="!phoneimg"></text>
|
|
||||||
<!-- <view>我的</view> -->
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- <view class="btn-item icon-xiala" v-if="fixBtnShow" @click="fixBtnShow ? (fixBtnShow = false) : (fixBtnShow = true)">
|
<!-- 普通客服(仅当未启用 AI 时显示) -->
|
||||||
<text class="iconfont icon-unfold"></text>
|
<template v-else-if="fixBtnShow">
|
||||||
|
<!-- #ifdef MP-WEIXIN -->
|
||||||
|
<button
|
||||||
|
class="btn-item common-bg"
|
||||||
|
hoverClass="none"
|
||||||
|
openType="contact"
|
||||||
|
sessionFrom="weapp"
|
||||||
|
showMessageCard="true"
|
||||||
|
:style="[{ backgroundImage: kefuimg ? `url(${kefuimg})` : '', backgroundSize: '100% 100%' }, customButtonStyle]"
|
||||||
|
>
|
||||||
|
<text class="icox icox-kefu" v-if="!kefuimg"></text>
|
||||||
|
</button>
|
||||||
|
<!-- #endif -->
|
||||||
|
|
||||||
|
<!-- #ifndef MP-WEIXIN -->
|
||||||
|
<button
|
||||||
|
class="btn-item common-bg"
|
||||||
|
hoverClass="none"
|
||||||
|
@click="openKefuSelectPopup"
|
||||||
|
:style="[{ backgroundImage: kefuimg ? `url(${kefuimg})` : '', backgroundSize: '100% 100%' }, customButtonStyle]"
|
||||||
|
>
|
||||||
|
<text class="icox icox-kefu" v-if="!kefuimg"></text>
|
||||||
|
</button>
|
||||||
|
<!-- #endif -->
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<!-- 中英文切换按钮 -->
|
||||||
|
<view
|
||||||
|
v-if="isLanguageSwitchEnabled && fixBtnShow"
|
||||||
|
class="btn-item common-bg"
|
||||||
|
@click="toggleLanguage"
|
||||||
|
>
|
||||||
|
<text>{{ currentLangDisplayName }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-item switch" v-else :class="{ show: fixBtnShow }"
|
|
||||||
@click="fixBtnShow ? (fixBtnShow = false) : (fixBtnShow = true)">
|
<!-- 电话按钮(始终显示) -->
|
||||||
<view class="">快捷</view>
|
<view
|
||||||
<view>导航</view>
|
v-if="fixBtnShow"
|
||||||
</view> -->
|
class="btn-item common-bg"
|
||||||
|
@click="call()"
|
||||||
|
:style="[{ backgroundImage: phoneimg ? `url(${phoneimg})` : '', backgroundSize: '100% 100%' }, customButtonStyle]"
|
||||||
|
>
|
||||||
|
<text class="iconfont icon-dianhua" v-if="!phoneimg"></text>
|
||||||
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import { createCustomerService } from '@/common/js/customer-service.js';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'hover-nav',
|
name: 'hover-nav',
|
||||||
props: {
|
props: {
|
||||||
need: {
|
need: { type: Boolean, default: false }
|
||||||
type: Boolean,
|
|
||||||
default: false
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
pageCount: 0,
|
pageCount: 0,
|
||||||
fixBtnShow: true,
|
fixBtnShow: true,
|
||||||
tel: '',
|
shopInfo: null,
|
||||||
kefuimg: '',
|
currentLangIndex: 0,
|
||||||
phoneimg: '',
|
langIndexMap: {},
|
||||||
shopInfo: null, // 店铺信息对象
|
kefuList: [
|
||||||
|
{ id: 'weixin-official', name: '微信官方客服', isOfficial: true, type: 'weapp' },
|
||||||
// --- 语言切换相关 ---
|
{ id: 'custom-kefu', name: '自定义在线客服', isOfficial: false, type: 'custom' },
|
||||||
currentLangIndex: 0, // 当前选中的语言索引
|
{ id: 'qyweixin-kefu', name: '企业微信客服', isOfficial: false, type: 'qyweixin' }
|
||||||
langIndexMap: {}, // 语言索引到语言值的映射
|
],
|
||||||
isLanguageSwitchEnabled: false, // 是否启用语言切换
|
selectedKefu: null,
|
||||||
|
customerService: null,
|
||||||
// --- 其他 ---
|
buttonConfig: null,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
computed: {
|
||||||
// 初始化语言设置
|
// 安全读取 shopInfo 中的字段,避免 undefined 报错
|
||||||
this.initLanguage();
|
bgUrl() {
|
||||||
|
return this.shopInfo?.bgUrl || '';
|
||||||
|
},
|
||||||
|
aiAgentimg() {
|
||||||
|
return this.shopInfo?.aiAgentimg || '';
|
||||||
|
},
|
||||||
|
kefuimg() {
|
||||||
|
return this.shopInfo?.kefuimg || this.$util.getDefaultImage().kefu;
|
||||||
|
},
|
||||||
|
phoneimg() {
|
||||||
|
return this.shopInfo?.phoneimg || this.$util.getDefaultImage().phone;
|
||||||
|
},
|
||||||
|
tel() {
|
||||||
|
return this.shopInfo?.mobile || '';
|
||||||
|
},
|
||||||
|
isLanguageSwitchEnabled() {
|
||||||
|
return !!this.shopInfo?.ischina;
|
||||||
|
},
|
||||||
|
enableAIChat() {
|
||||||
|
const defaultEnable = true;
|
||||||
|
if (!this.shopInfo) return defaultEnable;
|
||||||
|
return this.shopInfo.hasOwnProperty('enableAIChat')
|
||||||
|
? !!this.shopInfo.enableAIChat
|
||||||
|
: defaultEnable;
|
||||||
|
},
|
||||||
|
|
||||||
this.kefuimg = this.$util.getDefaultImage().kefu
|
currentLangDisplayName() {
|
||||||
this.phoneimg = this.$util.getDefaultImage().phone
|
const lang = this.langIndexMap[this.currentLangIndex];
|
||||||
|
return lang === 'zh-cn' ? 'EN' : 'CN';
|
||||||
|
},
|
||||||
|
customContainerStyle() {
|
||||||
|
return this.shopInfo?.floatingButton?.container || {};
|
||||||
|
},
|
||||||
|
customButtonStyle() {
|
||||||
|
return this.shopInfo?.floatingButton?.button || {};
|
||||||
|
},
|
||||||
|
customTextStyle() {
|
||||||
|
return this.shopInfo?.floatingButton?.text || {};
|
||||||
|
},
|
||||||
|
unreadCount() {
|
||||||
|
return this.$store.state.aiUnreadCount || 0;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
watch: {
|
||||||
|
shopInfo: {
|
||||||
|
handler(newVal) {
|
||||||
|
// 可在此添加额外逻辑(如埋点、通知等),当前无需操作
|
||||||
|
},
|
||||||
|
immediate: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
created() {
|
||||||
|
this.initLanguage();
|
||||||
this.pageCount = getCurrentPages().length;
|
this.pageCount = getCurrentPages().length;
|
||||||
|
|
||||||
// 从店铺信息中获取相关信息
|
|
||||||
uni.getStorage({
|
uni.getStorage({
|
||||||
key: 'shopInfo',
|
key: 'shopInfo',
|
||||||
success: (e) => {
|
success: (e) => {
|
||||||
console.log(`获取到的shopInfo:${JSON.stringify(e.data)}`)
|
console.log('【调试】当前 shopInfo:', e.data);
|
||||||
this.shopInfo = e.data;
|
this.shopInfo = e.data;
|
||||||
|
},
|
||||||
// 从店铺信息中获取手机号
|
fail: () => {
|
||||||
this.tel = e.data.mobile
|
console.warn('未获取到 shopInfo,使用默认设置');
|
||||||
// 从店铺信息中获取是否启用语言切换
|
// shopInfo 为 null,computed 会自动返回默认值,无需手动赋值
|
||||||
this.isLanguageSwitchEnabled = e.data.ischina;
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
currentLangDisplayName() {
|
|
||||||
// 语言切换按钮显示名称,当前语言为中文时显示EN,否则显示CN
|
|
||||||
// 根据 langIndexMap 获取当前语言值
|
|
||||||
const lang = this.langIndexMap[this.currentLangIndex];
|
|
||||||
return lang == 'zh-cn' ? 'EN' : 'CN';
|
|
||||||
},
|
|
||||||
|
|
||||||
// 获取容器的自定义样式
|
|
||||||
customContainerStyle() {
|
|
||||||
// 只返回非空的样式属性,确保不覆盖原有的默认样式
|
|
||||||
return this.shopInfo?.floatingButton?.container || {};
|
|
||||||
},
|
|
||||||
|
|
||||||
// 获取按钮的自定义样式
|
|
||||||
customButtonStyle() {
|
|
||||||
// 只返回非空的样式属性,确保不覆盖原有的默认样式
|
|
||||||
return this.shopInfo?.floatingButton?.button || {};
|
|
||||||
},
|
|
||||||
|
|
||||||
// 获取文本的自定义样式
|
|
||||||
customTextStyle() {
|
|
||||||
// 只返回非空的样式属性,确保不覆盖原有的默认样式
|
|
||||||
return this.shopInfo?.floatingButton?.text || {};
|
|
||||||
}
|
}
|
||||||
|
});
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
initLanguage() {
|
initLanguage() {
|
||||||
// 初始化语言列表
|
|
||||||
this.langList = this.$langConfig.list();
|
this.langList = this.$langConfig.list();
|
||||||
|
this.langIndexMap = {};
|
||||||
// 初始化语言索引映射
|
|
||||||
for (let i = 0; i < this.langList.length; i++) {
|
for (let i = 0; i < this.langList.length; i++) {
|
||||||
this.langIndexMap[i] = this.langList[i].value;
|
this.langIndexMap[i] = this.langList[i].value;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取存储的语言设置
|
|
||||||
const savedLang = uni.getStorageSync('lang');
|
const savedLang = uni.getStorageSync('lang');
|
||||||
if (savedLang) {
|
if (savedLang) {
|
||||||
for (let i = 0; i < this.langList.length; i++) {
|
for (let i = 0; i < this.langList.length; i++) {
|
||||||
if (this.langList[i].value == savedLang) {
|
if (this.langList[i].value === savedLang) {
|
||||||
this.currentLangIndex = i;
|
this.currentLangIndex = i;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -132,58 +178,86 @@ export default {
|
|||||||
this.currentLangIndex = 0;
|
this.currentLangIndex = 0;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//拨打电话
|
|
||||||
call() {
|
call() {
|
||||||
uni.makePhoneCall({
|
if (this.tel) {
|
||||||
phoneNumber: this.tel + ''
|
uni.makePhoneCall({ phoneNumber: this.tel + '' });
|
||||||
})
|
} else {
|
||||||
|
uni.showToast({ title: '暂无联系电话', icon: 'none' });
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
/**
|
||||||
|
* 切换中英文语言,并刷新当前页面(保留所有参数)
|
||||||
|
*/
|
||||||
toggleLanguage() {
|
toggleLanguage() {
|
||||||
// 切换语言索引
|
this.currentLangIndex = this.currentLangIndex === 0 ? 1 : 0;
|
||||||
this.currentLangIndex = this.currentLangIndex == 0 ? 1 : 0;
|
|
||||||
const targetLang = this.langIndexMap[this.currentLangIndex];
|
const targetLang = this.langIndexMap[this.currentLangIndex];
|
||||||
|
|
||||||
// 获取当前页面路由
|
// 调用语言切换逻辑(设置 storage + 清空缓存)
|
||||||
let currentRoute = this.$util.getCurrentRoute().path;
|
this.$langConfig.change(targetLang);
|
||||||
// 切换语言并重新加载当前页面
|
|
||||||
this.$langConfig.change(targetLang, currentRoute);
|
|
||||||
|
|
||||||
|
// H5 环境需要强制刷新页面才能生效
|
||||||
|
if (uni.getSystemInfoSync().platform === 'browser') {
|
||||||
|
// 延迟 100ms 确保 change() 执行完成
|
||||||
|
setTimeout(() => {
|
||||||
|
window.location.reload();
|
||||||
|
}, 100);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
openKefuSelectPopup() {
|
||||||
|
const kefuNames = this.kefuList.map(item => item.name);
|
||||||
|
uni.showActionSheet({
|
||||||
|
itemList: kefuNames,
|
||||||
|
success: (res) => {
|
||||||
|
this.selectedKefu = this.kefuList[res.tapIndex];
|
||||||
|
this.reinitCustomerService(this.selectedKefu);
|
||||||
|
this.handleSelectedKefu();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
|
reinitCustomerService(kefu) {
|
||||||
|
this.customerService = createCustomerService(this, kefu);
|
||||||
|
this.buttonConfig = this.customerService.getButtonConfig();
|
||||||
|
},
|
||||||
|
handleSelectedKefu() {
|
||||||
|
const kefu = this.selectedKefu;
|
||||||
|
if (!kefu) return;
|
||||||
|
|
||||||
|
if (kefu.isOfficial) {
|
||||||
|
uni.openCustomerServiceConversation({
|
||||||
|
sessionFrom: 'weapp',
|
||||||
|
showMessageCard: true
|
||||||
|
});
|
||||||
|
} else if (kefu.id === 'custom-kefu') {
|
||||||
|
this.customerService.handleCustomerClick();
|
||||||
|
} else if (kefu.id === 'qyweixin-kefu') {
|
||||||
|
this.customerService.handleQyWeixinKefuClick();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
openAIChat() {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages_tool/ai-chat/index',
|
||||||
|
success: () => {
|
||||||
|
console.log('✅ AI 客服跳转成功');
|
||||||
|
},
|
||||||
|
fail: (err) => {
|
||||||
|
console.error('❌ 跳转失败:', err);
|
||||||
|
uni.showToast({ title: '跳转失败,请重试', icon: 'none' });
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style scoped>
|
||||||
.container-box {
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
.item-wrap {
|
|
||||||
border-radius: 10rpx;
|
|
||||||
|
|
||||||
.image-box {
|
|
||||||
border-radius: 10rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
border-radius: 10rpx;
|
|
||||||
will-change: transform;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//悬浮按钮
|
|
||||||
.fixed-box {
|
.fixed-box {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0rpx;
|
right: 0rpx;
|
||||||
bottom: 240rpx;
|
bottom: 240rpx;
|
||||||
// #ifdef H5
|
/* #ifdef H5 */
|
||||||
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;
|
||||||
@@ -193,6 +267,7 @@ export default {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-item {
|
.btn-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -202,17 +277,23 @@ export default {
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 14rpx 0;
|
margin: 14rpx 0;
|
||||||
transition: 0.1s;
|
transition: 0.1s;
|
||||||
background: #c6251b;
|
color: var(--hover-nav-text-color);
|
||||||
color: #fff;
|
|
||||||
border-radius: 40rpx;
|
border-radius: 40rpx;
|
||||||
width: 80rpx;
|
width: 80rpx;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
text {
|
/* 定义共同的背景颜色 */
|
||||||
|
.common-bg {
|
||||||
|
background-color: var(--hover-nav-bg-color); /* 使用变量以保持一致性 */
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-item text {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconfont,
|
.iconfont,
|
||||||
.icox {
|
.icox {
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
@@ -222,25 +303,43 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 40rpx;
|
margin: 14rpx 0;
|
||||||
/* 确保图标本身也是圆形 */
|
background: #fff;
|
||||||
|
border-radius: 50rpx;
|
||||||
|
width: 80rpx;
|
||||||
|
height: 80rpx;
|
||||||
|
padding: 0;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
view {
|
.iconfont text,
|
||||||
font-size: 26rpx;
|
.icox text {
|
||||||
|
font-size: 36rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.show {
|
.unread-badge {
|
||||||
transform: rotate(180deg);
|
position: absolute;
|
||||||
|
top: -5rpx;
|
||||||
|
right: -5rpx;
|
||||||
|
background-color: #ff4544;
|
||||||
|
color: white;
|
||||||
|
border-radius: 20rpx;
|
||||||
|
min-width: 30rpx;
|
||||||
|
height: 30rpx;
|
||||||
|
font-size: 20rpx;
|
||||||
|
line-height: 30rpx;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0 8rpx;
|
||||||
|
box-shadow: 0 2rpx 10rpx rgba(255, 69, 68, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.switch {}
|
.ai-icon {
|
||||||
|
font-size: 40rpx;
|
||||||
&.icon-xiala {
|
width: 100%;
|
||||||
margin: 0;
|
height: 100%;
|
||||||
margin-top: 0.1rpx;
|
display: flex;
|
||||||
}
|
align-items: center;
|
||||||
}
|
justify-content: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -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: {
|
||||||
|
|||||||
@@ -3,28 +3,37 @@
|
|||||||
<slot></slot>
|
<slot></slot>
|
||||||
<!-- #ifdef MP-ALIPAY -->
|
<!-- #ifdef MP-ALIPAY -->
|
||||||
<view class="contact-button" @click="contactServicer">
|
<view class="contact-button" @click="contactServicer">
|
||||||
<contact-button :tnt-inst-id="config.instid" :scene="config.scene" size="1000rpx" v-if="config.type == 'aliapp'"/>
|
<contact-button :tnt-inst-id="config.instid" :scene="config.scene" size="1000rpx"
|
||||||
|
v-if="config.type == 'aliapp'" />
|
||||||
</view>
|
</view>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<!-- #ifndef MP-ALIPAY -->
|
|
||||||
<button
|
<!-- #ifdef MP-WEIXIN -->
|
||||||
type="default"
|
<!-- 微信小程序官方客服按钮 -->
|
||||||
hover-class="none"
|
<button v-if="useOfficialService" type="default" hover-class="none" open-type="contact"
|
||||||
:open-type="openType"
|
class="contact-button" sessionFrom="weapp" showMessageCard="true"
|
||||||
class="contact-button"
|
:send-message-title="sendMessageTitle" :send-message-path="sendMessagePath"
|
||||||
@click="contactServicer"
|
:send-message-img="sendMessageImg"></button>
|
||||||
:send-message-title="sendMessageTitle"
|
|
||||||
:send-message-path="sendMessagePath"
|
<!-- 微信小程序自定义客服按钮 -->
|
||||||
:send-message-img="sendMessageImg"
|
<button v-else type="default" hover-class="none" class="contact-button" @click="contactServicer"></button>
|
||||||
:show-message-card="true"></button>
|
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
|
|
||||||
|
<!-- #ifndef MP-WEIXIN && MP-ALIPAY -->
|
||||||
|
<!-- 其他平台保持原逻辑 -->
|
||||||
|
<button type="default" hover-class="none" :open-type="openType" class="contact-button" @click="contactServicer"
|
||||||
|
:send-message-title="sendMessageTitle" :send-message-path="sendMessagePath"
|
||||||
|
:send-message-img="sendMessageImg" :show-message-card="true"></button>
|
||||||
|
<!-- #endif -->
|
||||||
|
|
||||||
<uni-popup ref="servicePopup" type="center">
|
<uni-popup ref="servicePopup" type="center">
|
||||||
<view class="service-popup-wrap">
|
<view class="service-popup-wrap">
|
||||||
<view class="head-wrap" @click="$refs.servicePopup.close()">
|
<view class="head-wrap" @click="$refs.servicePopup.close()">
|
||||||
<text>联系客服</text>
|
<text>联系客服</text>
|
||||||
<text class="iconfont icon-close"></text>
|
<text class="iconfont icon-close"></text>
|
||||||
</view>
|
</view>
|
||||||
<view class="body-wrap">{{ siteInfo.site_tel ? '请联系客服,客服电话是' + siteInfo.site_tel : '抱歉,商家暂无客服,请线下联系' }}</view>
|
<view class="body-wrap">{{ siteInfo.site_tel ? '请联系客服,客服电话是' + siteInfo.site_tel : '抱歉,商家暂无客服,请线下联系' }}
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
</view>
|
</view>
|
||||||
@@ -32,6 +41,8 @@
|
|||||||
|
|
||||||
<!-- 客服组件 -->
|
<!-- 客服组件 -->
|
||||||
<script>
|
<script>
|
||||||
|
import { createCustomerService } from '@/common/js/customer-service.js';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ns-contact',
|
name: 'ns-contact',
|
||||||
props: {
|
props: {
|
||||||
@@ -56,76 +67,64 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
config: null,
|
customerService: null,
|
||||||
openType: ''
|
buttonConfig: null
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
computed: {
|
||||||
if (this.servicerConfig) {
|
/**
|
||||||
// #ifdef H5
|
* 是否使用官方客服
|
||||||
this.config = this.servicerConfig.h5;
|
*/
|
||||||
// #endif
|
useOfficialService() {
|
||||||
|
if (!this.buttonConfig) return true;
|
||||||
|
|
||||||
// #ifdef MP-WEIXIN
|
// #ifdef MP-WEIXIN
|
||||||
this.config = this.servicerConfig.weapp;
|
// 如果是微信小程序,检查配置
|
||||||
if (this.config.type == 'weapp') this.openType = 'contact';
|
if (this.buttonConfig.type === 'weapp') {
|
||||||
|
// 默认使用官方客服,除非明确设置为false
|
||||||
|
return this.buttonConfig.useOfficial !== false;
|
||||||
|
}
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
// #ifdef MP-ALIPAY
|
return false;
|
||||||
this.config = this.servicerConfig.aliapp;
|
},
|
||||||
if (this.config.type == 'aliapp') this.openType = 'contact';
|
|
||||||
// #endif
|
/**
|
||||||
|
* 客服配置
|
||||||
|
*/
|
||||||
|
config() {
|
||||||
|
return this.customerService?.getPlatformConfig() || {};
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 打开类型
|
||||||
|
*/
|
||||||
|
openType() {
|
||||||
|
return this.buttonConfig?.openType || '';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created() {
|
||||||
|
// 初始化客服服务
|
||||||
|
this.customerService = createCustomerService(this);
|
||||||
|
this.buttonConfig = this.customerService.getButtonConfig();
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
/**
|
/**
|
||||||
* 联系客服
|
* 联系客服
|
||||||
*/
|
*/
|
||||||
contactServicer() {
|
contactServicer() {
|
||||||
if (this.config.type == 'none') {
|
// 如果是微信/支付宝小程序客服,由系统自动处理
|
||||||
this.$refs.servicePopup.open();
|
if (this.buttonConfig.openType === 'contact') {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if (this.openType == 'contact') return;
|
|
||||||
|
|
||||||
switch (this.config.type) {
|
// 使用统一客服处理
|
||||||
case 'wxwork':
|
this.customerService.handleCustomerClick({
|
||||||
// #ifdef H5
|
niushop: this.niushop,
|
||||||
location.href = this.config.wxwork_url;
|
|
||||||
// #endif
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
wx.openCustomerServiceChat({
|
|
||||||
extInfo: { url: this.config.wxwork_url },
|
|
||||||
corpId: this.config.corpid,
|
|
||||||
showMessageCard: true,
|
|
||||||
sendMessageTitle: this.sendMessageTitle,
|
sendMessageTitle: this.sendMessageTitle,
|
||||||
sendMessagePath: this.sendMessagePath,
|
sendMessagePath: this.sendMessagePath,
|
||||||
sendMessageImg: this.sendMessageImg
|
sendMessageImg: this.sendMessageImg
|
||||||
});
|
});
|
||||||
// #endif
|
|
||||||
break;
|
|
||||||
case 'third':
|
|
||||||
location.href = this.config.third_url;
|
|
||||||
break;
|
|
||||||
case 'niushop':
|
|
||||||
this.$util.redirectTo('/pages_tool/chat/room', this.niushop);
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
this.makePhoneCall();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
/**
|
|
||||||
* 店铺联系方式
|
|
||||||
*/
|
|
||||||
makePhoneCall() {
|
|
||||||
this.$api.sendRequest({
|
|
||||||
url: '/api/site/shopcontact',
|
|
||||||
success: res => {
|
|
||||||
if (res.code == 0 && res.data.mobile) uni.makePhoneCall({
|
|
||||||
phoneNumber: res.data
|
|
||||||
.mobile
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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: [],
|
||||||
|
|||||||
@@ -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="popupType">
|
<uni-popup-sku-category ref="skuPopup" :type="popupType">
|
||||||
<view class="sku-layer">
|
<view class="sku-layer">
|
||||||
<view class="sku-content">
|
<view class="sku-content">
|
||||||
<view class="sku-info" :style="{ height: systemInfo.windowHeight * 2 + 'rpx' }">
|
<view class="sku-info" :style="{ height: systemInfo.windowHeight * 2 + 'rpx' }">
|
||||||
@@ -9,7 +9,8 @@
|
|||||||
<image :src="$util.img(goodsDetail.sku_image, { size: 'mid' })" @error="imageError()" />
|
<image :src="$util.img(goodsDetail.sku_image, { size: 'mid' })" @error="imageError()" />
|
||||||
</view>
|
</view>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="goodname">{{ goodsDetail.sku_name ? goodsDetail.sku_name : (isEnEnv ? goodsDetail.en_goods_name : goodsDetail.goods_name) }}</view>
|
<view class="goodname">{{ goodsDetail.sku_name ? goodsDetail.sku_name : (isEnEnv ?
|
||||||
|
goodsDetail.en_goods_name : goodsDetail.goods_name) }}</view>
|
||||||
<view class="other-info">
|
<view class="other-info">
|
||||||
<view class="stock color-tip" v-if="goodsDetail.stock_show">
|
<view class="stock color-tip" v-if="goodsDetail.stock_show">
|
||||||
库存{{ goodsDetail.stock }}{{ goodsDetail.unit }}</view>
|
库存{{ goodsDetail.stock }}{{ goodsDetail.unit }}</view>
|
||||||
@@ -21,7 +22,8 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="body-item">
|
<view class="body-item">
|
||||||
<scroll-view scroll-y class="wrap">
|
<scroll-view scroll-y class="wrap">
|
||||||
<view class="sku-list-wrap" v-for="(item, index) in goodsDetail.goods_spec_format" :key="index">
|
<view class="sku-list-wrap" v-for="(item, index) in goodsDetail.goods_spec_format"
|
||||||
|
:key="index">
|
||||||
<text class="title font-size-tag">{{ item.spec_name }}</text>
|
<text class="title font-size-tag">{{ item.spec_name }}</text>
|
||||||
<view class="sku-list_item">
|
<view class="sku-list_item">
|
||||||
<view v-for="(item_value, index_value) in item.value" :key="index_value" :class="{
|
<view v-for="(item_value, index_value) in item.value" :key="index_value" :class="{
|
||||||
@@ -29,7 +31,9 @@
|
|||||||
disabled: item_value['disabled'] || (!item_value['selected'] && disabled)
|
disabled: item_value['disabled'] || (!item_value['selected'] && disabled)
|
||||||
}" class="items color-line-border font-size-tag"
|
}" class="items color-line-border font-size-tag"
|
||||||
@click="change(item_value.sku_id, item_value.spec_id)">
|
@click="change(item_value.sku_id, item_value.spec_id)">
|
||||||
<image v-if="item_value.image" :src="$util.img(item_value.image, { size: 'small' })" @error="valueImageError(index, index_value)" />
|
<image v-if="item_value.image"
|
||||||
|
:src="$util.img(item_value.image, { size: 'small' })"
|
||||||
|
@error="valueImageError(index, index_value)" />
|
||||||
<text>{{ item_value.spec_value_name }}</text>
|
<text>{{ item_value.spec_value_name }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -40,7 +44,8 @@
|
|||||||
<view class="sku-name font-size-goods-tag">
|
<view class="sku-name font-size-goods-tag">
|
||||||
<template v-if="goodsDetail.sku_spec_format" class="color-tip">
|
<template v-if="goodsDetail.sku_spec_format" class="color-tip">
|
||||||
已选择:
|
已选择:
|
||||||
<text class="color-tip" v-for="(item, index) in goodsDetail.sku_spec_format" :key="index">{{ item.spec_value_name }}</text>
|
<text class="color-tip" v-for="(item, index) in goodsDetail.sku_spec_format"
|
||||||
|
:key="index">{{ item.spec_value_name }}</text>
|
||||||
</template>
|
</template>
|
||||||
</view>
|
</view>
|
||||||
<view class="footer-bottom">
|
<view class="footer-bottom">
|
||||||
@@ -55,15 +60,19 @@
|
|||||||
<text class="desc iconfont icon-jianshao color-base-text"></text>
|
<text class="desc iconfont icon-jianshao color-base-text"></text>
|
||||||
<view class="click-event"></view>
|
<view class="click-event"></view>
|
||||||
</view>
|
</view>
|
||||||
<input type="number" class="uni-input" @blur="blur" v-model="number" placeholder="0" @input="keyInput(false)" />
|
<input type="number" class="uni-input" @blur="blur" v-model="number"
|
||||||
<view class="num-action" :id="'select-sku-num-' + goodsDetail.goods_id" @click="changeNum('+', $event)">
|
placeholder="0" @input="keyInput(false)" />
|
||||||
<text class="add iconfont icon-add-fill color-base-text change_hover"></text>
|
<view class="num-action" :id="'select-sku-num-' + goodsDetail.goods_id"
|
||||||
|
@click="changeNum('+', $event)">
|
||||||
|
<text
|
||||||
|
class="add iconfont icon-add-fill color-base-text change_hover"></text>
|
||||||
<view class="click-event"></view>
|
<view class="click-event"></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-else-if="number == 0 && isLoad">
|
<view v-else-if="number == 0 && isLoad">
|
||||||
<view class="num-action">
|
<view class="num-action">
|
||||||
<button type="primary" v-if="goodsDetail.stock && goodsDetail.stock != 0" @click="confirm($event)">加入购物车</button>
|
<button type="primary" v-if="goodsDetail.stock && goodsDetail.stock != 0"
|
||||||
|
@click="confirm($event)">加入购物车</button>
|
||||||
<button type="primary" disabled="true" v-else>确定</button>
|
<button type="primary" disabled="true" v-else>确定</button>
|
||||||
<view class="click-event"></view>
|
<view class="click-event"></view>
|
||||||
</view>
|
</view>
|
||||||
@@ -75,20 +84,16 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="sku-close iconfont icon-close-guanbi" @click="closeSkuPopup()"></view>
|
<view class="sku-close iconfont icon-close-guanbi" @click="closeSkuPopup()"></view>
|
||||||
</uni-popup>
|
</uni-popup-sku-category>
|
||||||
|
|
||||||
<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-new.vue';
|
|
||||||
// 商品SKU
|
// 商品SKU
|
||||||
export default {
|
export default {
|
||||||
name: 'ns-goods-sku-category',
|
name: 'ns-goods-sku-category',
|
||||||
components: {
|
|
||||||
uniPopup
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
disabled: {
|
disabled: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
@@ -119,7 +124,7 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.systemInfo = uni.getSystemInfoSync();
|
this.systemInfo = this.$util.getDeviceInfo();
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
pointLimit(newNum, oldNum) {
|
pointLimit(newNum, oldNum) {
|
||||||
|
|||||||
@@ -2,18 +2,16 @@
|
|||||||
<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',
|
||||||
components: {
|
|
||||||
nsGoodsSku
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
timeout: {},
|
timeout: {},
|
||||||
@@ -30,7 +28,7 @@
|
|||||||
*/
|
*/
|
||||||
addCart(config, data, event) {
|
addCart(config, data, event) {
|
||||||
if (!this.storeToken) {
|
if (!this.storeToken) {
|
||||||
this.$refs.login.open('/pages/index/index')
|
this.$refs.login.open(this.$util.INDEX_PAGE_URL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (config == "detail" || data.is_virtual) {
|
if (config == "detail" || data.is_virtual) {
|
||||||
|
|||||||
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<view>
|
<view>
|
||||||
<!-- 完善会员资料 -->
|
<!-- 完善会员资料 -->
|
||||||
<view @touchmove.prevent.stop class="complete-info-popup">
|
<view @touchmove.prevent.stop class="complete-info-popup">
|
||||||
<uni-popup ref="completeInfoPopup" type="bottom" :maskClick="false">
|
<uni-popup ref="completeInfoPopup" type="center" :maskClick="false">
|
||||||
<view class="complete-info-wrap">
|
<view class="complete-info-wrap">
|
||||||
<!-- #ifdef H5 -->
|
<!-- #ifdef H5 -->
|
||||||
<template v-if="forceBindingMobileControl">
|
<template v-if="forceBindingMobileControl">
|
||||||
@@ -32,77 +32,105 @@
|
|||||||
|
|
||||||
<!-- #ifdef MP -->
|
<!-- #ifdef MP -->
|
||||||
<view class="head">
|
<view class="head">
|
||||||
<text class="title">
|
<text class="title">欢迎来到 {{ site_name }}</text>
|
||||||
获取您的昵称、头像
|
|
||||||
<template v-if="forceBindingMobileControl">
|
|
||||||
、手机号
|
|
||||||
</template>
|
|
||||||
</text>
|
|
||||||
<text class="color-tip tips">
|
<text class="color-tip tips">
|
||||||
获取用户头像、昵称
|
<template>{{ forceBindingMobileControl ? '使用手机号登录,' : '注册登录,' }}</template>
|
||||||
<template v-if="forceBindingMobileControl">
|
获得订单、售后等服务。
|
||||||
、手机号
|
|
||||||
</template>
|
|
||||||
完善个人资料,主要用于向用户提供具有辨识度的用户中心界面
|
|
||||||
</text>
|
</text>
|
||||||
<text class="iconfont icon-close color-tip" @click="cancelCompleteInfo"></text>
|
<text class="iconfont icon-close color-tip" @click="cancelCompleteInfo"></text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<!-- 协议勾选 -->
|
||||||
|
<view style="display: flex;">
|
||||||
|
<view class="iconfont"
|
||||||
|
:class="isAgree ? 'icon-fuxuankuang1 color-base-text' : 'icon-fuxuankuang2'"
|
||||||
|
@click="isAgree = !isAgree"></view>
|
||||||
|
<view style="text-align: left; margin-left: 10rpx; padding-top: 2rpx; font-size: 28rpx;">
|
||||||
|
我同意
|
||||||
|
<text style="color: #4395ff;"
|
||||||
|
@click="tourl('/pages_tool/agreement/contenr?type=0')">《隐私条款》</text>
|
||||||
|
<text style="color: #4395ff;"
|
||||||
|
@click="tourl('/pages_tool/agreement/contenr?type=1')">《用户服务协议》</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- 手机号授权按钮 -->
|
||||||
|
<block v-if="isAgree">
|
||||||
|
<button class="auth-login save-btn border-0" style="border: none;" open-type="getPhoneNumber"
|
||||||
|
@getphonenumber="getPhoneNumber">
|
||||||
|
<text style="color: #fff; font-size: 30rpx;">同意隐私协议并授权手机号</text>
|
||||||
|
</button>
|
||||||
|
</block>
|
||||||
|
<block v-else>
|
||||||
|
<button class="auth-login save-btn border-0" style="border: none;" @click="authno">
|
||||||
|
<text style="color: #fff; font-size: 30rpx;">授权手机号码</text>
|
||||||
|
</button>
|
||||||
|
</block>
|
||||||
|
|
||||||
|
<view @click="closeLogin"
|
||||||
|
style="font-size: 30rpx; color: #888; text-align: center; padding-top: 10rpx;">
|
||||||
|
暂不登录
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- 昵称和头像模式 -->
|
||||||
|
<template v-if="enableNickAndAvatar">
|
||||||
<!-- #ifdef MP-WEIXIN -->
|
<!-- #ifdef MP-WEIXIN -->
|
||||||
<view class="item-wrap">
|
<view class="item-wrap">
|
||||||
<text class="label">头像</text>
|
<text class="label">头像</text>
|
||||||
<button open-type="chooseAvatar" @chooseavatar="onChooseAvatar">
|
<button open-type="chooseAvatar" @chooseavatar="onChooseAvatar">
|
||||||
<image :src="avatarUrl ? avatarUrl : $util.getDefaultImage().head" @error="avatarUrl = $util.getDefaultImage().head" mode="aspectFill"/>
|
<image :src="avatarUrl ? avatarUrl : $util.getDefaultImage().head"
|
||||||
|
@error="avatarUrl = $util.getDefaultImage().head" mode="aspectFill" />
|
||||||
<text class="iconfont icon-right color-tip"></text>
|
<text class="iconfont icon-right color-tip"></text>
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-wrap">
|
<view class="item-wrap">
|
||||||
<text class="label">昵称</text>
|
<text class="label">昵称</text>
|
||||||
<input type="nickname" placeholder="请输入昵称" v-model="nickName" @blur="blurNickName" maxlength="50" />
|
<input type="nickname" placeholder="请输入昵称" v-model="nickName" @blur="blurNickName"
|
||||||
|
maxlength="50" />
|
||||||
</view>
|
</view>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
|
|
||||||
<!-- #ifdef MP-ALIPAY -->
|
<!-- #ifdef MP-ALIPAY -->
|
||||||
<view class="item-wrap">
|
<view class="item-wrap">
|
||||||
<text class="label">头像</text>
|
<text class="label">头像</text>
|
||||||
<button open-type="getAuthorize" scope="userInfo" @getAuthorize="aliappGetUserinfo" :plain="true" class="border-0">
|
<button open-type="getAuthorize" scope="userInfo" @getAuthorize="aliappGetUserinfo"
|
||||||
<image :src="avatarUrl ? avatarUrl : $util.getDefaultImage().head" @error="avatarUrl = $util.getDefaultImage().head" mode="aspectFill"/>
|
:plain="true" class="border-0">
|
||||||
|
<image :src="avatarUrl ? avatarUrl : $util.getDefaultImage().head"
|
||||||
|
@error="avatarUrl = $util.getDefaultImage().head" mode="aspectFill" />
|
||||||
<text class="iconfont icon-right color-tip"></text>
|
<text class="iconfont icon-right color-tip"></text>
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-wrap">
|
<view class="item-wrap">
|
||||||
<text class="label">昵称</text>
|
<text class="label">昵称</text>
|
||||||
<input type="nickname" placeholder="请输入昵称" v-model="nickName" @blur="blurNickName" maxlength="50" />
|
<input type="nickname" placeholder="请输入昵称" v-model="nickName" @blur="blurNickName"
|
||||||
|
maxlength="50" />
|
||||||
</view>
|
</view>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
|
|
||||||
<view class="item-wrap" v-if="forceBindingMobileControl">
|
<view class="item-wrap" v-if="forceBindingMobileControl">
|
||||||
<text class="label">手机号</text>
|
<text class="label">手机号</text>
|
||||||
<button open-type="getPhoneNumber" :plain="true" class="auth-login border-0" @getphonenumber="getPhoneNumber">
|
<button open-type="getPhoneNumber" :plain="true" class="auth-login border-0"
|
||||||
|
@getphonenumber="getPhoneNumber">
|
||||||
<text class="mobile" v-if="formData.mobile">{{ formData.mobile }}</text>
|
<text class="mobile" v-if="formData.mobile">{{ formData.mobile }}</text>
|
||||||
<text class="color-base-text" v-else>获取手机号</text>
|
<text class="color-base-text" v-else>获取手机号</text>
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
<button type="default" class="save-btn" @click="saveMp" :disabled="isDisabled">保存</button>
|
<button type="default" class="save-btn" @click="saveMp" :disabled="isDisabled">保存</button>
|
||||||
|
</template>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- #ifdef MP-WEIXIN -->
|
<!-- 隐私弹窗 -->
|
||||||
<!-- 小程序隐私协议 -->
|
|
||||||
<privacy-popup ref="privacyPopup"></privacy-popup>
|
<privacy-popup ref="privacyPopup"></privacy-popup>
|
||||||
<!-- #endif -->
|
|
||||||
|
|
||||||
<register-reward ref="registerReward"></register-reward>
|
<register-reward ref="registerReward"></register-reward>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import uniPopup from '@/components/uni-popup/uni-popup.vue';
|
|
||||||
import registerReward from '@/components/register-reward/register-reward.vue';
|
|
||||||
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
import privacyPopup from '@/components/wx-privacy-popup/privacy-popup.vue';
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
import auth from '@/common/js/auth.js';
|
import auth from '@/common/js/auth.js';
|
||||||
import validate from '@/common/js/validate.js';
|
import validate from '@/common/js/validate.js';
|
||||||
@@ -110,15 +138,12 @@
|
|||||||
export default {
|
export default {
|
||||||
mixins: [auth],
|
mixins: [auth],
|
||||||
name: 'ns-login',
|
name: 'ns-login',
|
||||||
components: {
|
|
||||||
uniPopup,
|
|
||||||
registerReward,
|
|
||||||
// #ifdef MP-WEIXIN
|
|
||||||
privacyPopup
|
|
||||||
// #endif
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
// 是否开启昵称和头像
|
||||||
|
enableNickAndAvatar: false,
|
||||||
|
// 协议勾选
|
||||||
|
isAgree: false,
|
||||||
url: '',
|
url: '',
|
||||||
registerConfig: {},
|
registerConfig: {},
|
||||||
avatarUrl: '', // 头像预览路径
|
avatarUrl: '', // 头像预览路径
|
||||||
@@ -148,7 +173,8 @@
|
|||||||
authMobileData: {
|
authMobileData: {
|
||||||
iv: '',
|
iv: '',
|
||||||
encryptedData: ''
|
encryptedData: ''
|
||||||
}
|
},
|
||||||
|
site_name: ''
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
@@ -178,13 +204,10 @@
|
|||||||
if (this.formData.mobile.length == 0) return true;
|
if (this.formData.mobile.length == 0) return true;
|
||||||
|
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
|
|
||||||
// 验证码
|
// 验证码
|
||||||
if (this.isOpenCaptcha == 1 && this.formData.vercode.length == 0) return true;
|
if (this.isOpenCaptcha == 1 && this.formData.vercode.length == 0) return true;
|
||||||
|
|
||||||
// 动态码
|
// 动态码
|
||||||
if (this.formData.dynacode.length == 0) return true;
|
if (this.formData.dynacode.length == 0) return true;
|
||||||
|
|
||||||
// #endif
|
// #endif
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
@@ -195,7 +218,25 @@
|
|||||||
else return false;
|
else return false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created() {
|
||||||
|
const siteInfo = uni.getStorageSync('siteInfo');
|
||||||
|
if (siteInfo) {
|
||||||
|
this.site_name = siteInfo.site_name;
|
||||||
|
}
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
// 同意协议
|
||||||
|
authno() {
|
||||||
|
if (!this.isAgree) {
|
||||||
|
this.$util.showToast({ title: '请确认相关协议' });
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
// 关闭登录
|
||||||
|
closeLogin() {
|
||||||
|
this.$refs.completeInfoPopup.close();
|
||||||
|
},
|
||||||
|
|
||||||
// 获取注册配置
|
// 获取注册配置
|
||||||
getRegisterConfig(callback = null) {
|
getRegisterConfig(callback = null) {
|
||||||
this.$api.sendRequest({
|
this.$api.sendRequest({
|
||||||
@@ -208,7 +249,9 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
open(url) {
|
|
||||||
|
// 打开弹窗
|
||||||
|
open(url = '', mode = 'navigateTo') {
|
||||||
if (url) this.url = url;
|
if (url) this.url = url;
|
||||||
// #ifdef MP
|
// #ifdef MP
|
||||||
this.getCode(authData => {
|
this.getCode(authData => {
|
||||||
@@ -220,35 +263,47 @@
|
|||||||
if (this.$util.isWeChatMiniProgram()) {
|
if (this.$util.isWeChatMiniProgram()) {
|
||||||
// 微信小程序环境,使用微信授权登录
|
// 微信小程序环境,使用微信授权登录
|
||||||
let authData = uni.getStorageSync('authInfo');
|
let authData = uni.getStorageSync('authInfo');
|
||||||
if (authData) this.authLogin(authData);
|
if (authData) {
|
||||||
else this.getCode();
|
this.authLogin(authData);
|
||||||
|
} else {
|
||||||
|
this.getCode(authData => {
|
||||||
|
this.authLogin(authData, 'authOnlyLogin');
|
||||||
|
});
|
||||||
|
}
|
||||||
} else if (this.$util.isWeiXin()) {
|
} else if (this.$util.isWeiXin()) {
|
||||||
// 微信浏览器环境,显示登录页面
|
// 微信浏览器环境,显示登录页面
|
||||||
this.toLogin();
|
this.toLogin(mode);
|
||||||
} else {
|
} else {
|
||||||
// 其他浏览器环境,显示登录页面
|
// 其他浏览器环境,显示登录页面
|
||||||
this.toLogin();
|
this.toLogin(mode);
|
||||||
}
|
}
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
// #ifndef MP || H5
|
// #ifndef MP || H5
|
||||||
this.toLogin();
|
this.toLogin(mode);
|
||||||
// #endif
|
// #endif
|
||||||
},
|
},
|
||||||
|
|
||||||
// 跳转去登录页
|
// 跳转去登录页
|
||||||
toLogin() {
|
toLogin(mode = 'navigateTo') {
|
||||||
if (this.url) this.$util.redirectTo('/pages_tool/login/login', {
|
if (this.url) this.$util.redirectTo(this.$util.LOGIN_PAGE_URL, {
|
||||||
back: encodeURIComponent(this.url)
|
back: encodeURIComponent(this.url)
|
||||||
});
|
}, mode);
|
||||||
else this.$util.redirectTo('/pages_tool/login/login');
|
else this.$util.redirectTo(this.$util.LOGIN_PAGE_URL, {}, mode);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// 取消完善信息
|
||||||
cancelCompleteInfo() {
|
cancelCompleteInfo() {
|
||||||
if (this.$refs.completeInfoPopup) this.$refs.completeInfoPopup.close();
|
if (this.$refs.completeInfoPopup) this.$refs.completeInfoPopup.close();
|
||||||
this.$store.commit('setBottomNavHidden', false); // 显示底部导航
|
this.$store.commit('setBottomNavHidden', false); // 显示底部导航
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// 昵称失焦
|
||||||
blurNickName(e) {
|
blurNickName(e) {
|
||||||
if (e.detail.value) this.nickName = e.detail.value;
|
if (e.detail.value) this.nickName = e.detail.value;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// 选择头像
|
||||||
onChooseAvatar(e) {
|
onChooseAvatar(e) {
|
||||||
this.avatarUrl = e.detail.avatarUrl;
|
this.avatarUrl = e.detail.avatarUrl;
|
||||||
uni.getFileSystemManager().readFile({
|
uni.getFileSystemManager().readFile({
|
||||||
@@ -256,7 +311,6 @@
|
|||||||
encoding: 'base64', //编码格式
|
encoding: 'base64', //编码格式
|
||||||
success: res => {
|
success: res => {
|
||||||
let base64 = 'data:image/jpeg;base64,' + res.data; //不加上这串字符,在页面无法显示的哦
|
let base64 = 'data:image/jpeg;base64,' + res.data; //不加上这串字符,在页面无法显示的哦
|
||||||
|
|
||||||
this.$api.uploadBase64({
|
this.$api.uploadBase64({
|
||||||
base64,
|
base64,
|
||||||
success: res => {
|
success: res => {
|
||||||
@@ -277,6 +331,8 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// 打开完善信息弹窗
|
||||||
openCompleteInfoPop() {
|
openCompleteInfoPop() {
|
||||||
this.getRegisterConfig();
|
this.getRegisterConfig();
|
||||||
|
|
||||||
@@ -289,6 +345,7 @@
|
|||||||
});
|
});
|
||||||
this.$store.commit('setBottomNavHidden', true); //隐藏底部导航
|
this.$store.commit('setBottomNavHidden', true); //隐藏底部导航
|
||||||
},
|
},
|
||||||
|
|
||||||
// 获取前台登录验证码开关配置
|
// 获取前台登录验证码开关配置
|
||||||
getCaptchaConfig() {
|
getCaptchaConfig() {
|
||||||
this.$api.sendRequest({
|
this.$api.sendRequest({
|
||||||
@@ -301,6 +358,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
// 获取验证码
|
// 获取验证码
|
||||||
getCaptcha() {
|
getCaptcha() {
|
||||||
this.$api.sendRequest({
|
this.$api.sendRequest({
|
||||||
@@ -316,6 +374,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
// 发送手机动态码
|
// 发送手机动态码
|
||||||
sendMobileCode() {
|
sendMobileCode() {
|
||||||
if (this.dynacodeData.seconds != 120 || this.dynacodeData.isSend) return;
|
if (this.dynacodeData.seconds != 120 || this.dynacodeData.isSend) return;
|
||||||
@@ -377,6 +436,8 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// 刷新动态码数据
|
||||||
refreshDynacodeData() {
|
refreshDynacodeData() {
|
||||||
this.getCaptcha();
|
this.getCaptcha();
|
||||||
clearInterval(this.dynacodeData.timer);
|
clearInterval(this.dynacodeData.timer);
|
||||||
@@ -387,6 +448,8 @@
|
|||||||
isSend: false
|
isSend: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
// 表单验证
|
// 表单验证
|
||||||
verify(data) {
|
verify(data) {
|
||||||
let rule = [{
|
let rule = [{
|
||||||
@@ -421,6 +484,7 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// 微信公众号强制绑定手机号
|
// 微信公众号强制绑定手机号
|
||||||
forceBindMobile() {
|
forceBindMobile() {
|
||||||
let authData = uni.getStorageSync('authInfo');
|
let authData = uni.getStorageSync('authInfo');
|
||||||
@@ -468,13 +532,17 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
// 微信小程序获取手机号
|
// 微信小程序获取手机号
|
||||||
getPhoneNumber(e) {
|
getPhoneNumber(e) {
|
||||||
console.log(e)
|
if (e.detail.errMsg === 'getPhoneNumber:ok') {
|
||||||
if (e.detail.errMsg == 'getPhoneNumber:ok') {
|
const authInfo = uni.getStorageSync('authInfo');
|
||||||
let authData = uni.getStorageSync('authInfo');
|
if (authInfo) {
|
||||||
if (authData) Object.assign(this.authMobileData, authData, e.detail);
|
Object.assign(this.authMobileData, authInfo, e.detail);
|
||||||
if (uni.getStorageSync('source_member')) this.authMobileData.source_member = uni.getStorageSync('source_member');
|
}
|
||||||
|
if (uni.getStorageSync('source_member')) {
|
||||||
|
this.authMobileData.source_member = uni.getStorageSync('source_member');
|
||||||
|
}
|
||||||
|
|
||||||
this.$api.sendRequest({
|
this.$api.sendRequest({
|
||||||
url: '/api/tripartite/getPhoneNumber',
|
url: '/api/tripartite/getPhoneNumber',
|
||||||
@@ -482,6 +550,9 @@
|
|||||||
success: res => {
|
success: res => {
|
||||||
if (res.code >= 0) {
|
if (res.code >= 0) {
|
||||||
this.formData.mobile = res.data.mobile;
|
this.formData.mobile = res.data.mobile;
|
||||||
|
if (!this.enableNickAndAvatar) { // 不开启昵称和头像绑定,直接保存手机号
|
||||||
|
this.saveMp();
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
this.formData.mobile = '';
|
this.formData.mobile = '';
|
||||||
this.$util.showToast({
|
this.$util.showToast({
|
||||||
@@ -496,6 +567,7 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// 微信小程序强制绑定手机号
|
// 微信小程序强制绑定手机号
|
||||||
bindMobile() {
|
bindMobile() {
|
||||||
let data = this.authMobileData;
|
let data = this.authMobileData;
|
||||||
@@ -527,9 +599,8 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
/**
|
|
||||||
* 授权登录
|
// 授权登录
|
||||||
*/
|
|
||||||
authLogin(data, type = 'authLogin') {
|
authLogin(data, type = 'authLogin') {
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: '登录中'
|
title: '登录中'
|
||||||
@@ -577,7 +648,8 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 微信公众号,强制绑定手机号,验证
|
|
||||||
|
// H5保存:微信公众号,强制绑定手机号,验证
|
||||||
saveH5() {
|
saveH5() {
|
||||||
if (this.$util.isWeiXin() && this.forceBindingMobileControl) {
|
if (this.$util.isWeiXin() && this.forceBindingMobileControl) {
|
||||||
let data = {
|
let data = {
|
||||||
@@ -593,24 +665,35 @@
|
|||||||
}
|
}
|
||||||
this.forceBindMobile();
|
this.forceBindMobile();
|
||||||
},
|
},
|
||||||
|
|
||||||
// 微信小程序保存数据
|
// 微信小程序保存数据
|
||||||
saveMp() {
|
saveMp() {
|
||||||
if (this.nickName.length == 0) {
|
if (this.formData.mobile === '') {
|
||||||
this.$util.showToast({
|
this.$util.showToast({ title: '请授权您的手机号码' });
|
||||||
title: '请输入昵称'
|
|
||||||
});
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let authData = uni.getStorageSync('authInfo');
|
|
||||||
if (authData) Object.assign(authData, {
|
if (this.nickName.length == 0 && this.enableNickAndAvatar) {
|
||||||
|
this.$util.showToast({ title: '请输入昵称' });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
let authInfo = uni.getStorageSync('authInfo');
|
||||||
|
if (authInfo) {
|
||||||
|
Object.assign(authInfo, {
|
||||||
nickName: this.nickName,
|
nickName: this.nickName,
|
||||||
avatarUrl: this.headImg
|
avatarUrl: this.headImg
|
||||||
});
|
});
|
||||||
uni.setStorageSync('authInfo', authData);
|
uni.setStorageSync('authInfo', authInfo);
|
||||||
|
}
|
||||||
|
|
||||||
if (this.forceBindingMobileControl) this.bindMobile();
|
if (this.forceBindingMobileControl) {
|
||||||
else this.authLogin(authData);
|
this.bindMobile();
|
||||||
|
} else {
|
||||||
|
this.authLogin(authInfo);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// #ifdef MP-ALIPAY
|
// #ifdef MP-ALIPAY
|
||||||
aliappGetUserinfo() {
|
aliappGetUserinfo() {
|
||||||
my.getOpenUserInfo({
|
my.getOpenUserInfo({
|
||||||
@@ -652,6 +735,8 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
|
// 获取会员信息
|
||||||
getMemberInfo() {
|
getMemberInfo() {
|
||||||
this.$api.sendRequest({
|
this.$api.sendRequest({
|
||||||
url: '/api/member/info',
|
url: '/api/member/info',
|
||||||
@@ -662,12 +747,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
// 跳转页面
|
||||||
|
tourl(url) {
|
||||||
|
this.$util.redirectTo(url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.complete-info-popup {
|
.complete-info-popup {
|
||||||
.complete-info-wrap {
|
.complete-info-wrap {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
@@ -675,16 +765,16 @@
|
|||||||
|
|
||||||
.head {
|
.head {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-bottom: 2rpx solid $color-line;
|
|
||||||
padding-bottom: 20rpx;
|
padding-bottom: 20rpx;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: $font-size-toolbar;
|
font-size: 30rpx;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tips {
|
.tips {
|
||||||
font-size: $font-size-base;
|
font-size: 28rpx;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -697,19 +787,19 @@
|
|||||||
height: 56rpx;
|
height: 56rpx;
|
||||||
line-height: 56rpx;
|
line-height: 56rpx;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: $font-size-toolbar;
|
font-size: 32rpx;
|
||||||
font-weight: bold;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-wrap {
|
.item-wrap {
|
||||||
border-bottom: 2rpx solid $color-line;
|
border-bottom: 2rpx solid #eee;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 16rpx 0;
|
padding: 16rpx 0;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
font-size: $font-size-toolbar;
|
font-size: 32rpx;
|
||||||
margin-right: 40rpx;
|
margin-right: 40rpx;
|
||||||
width: 100rpx;
|
width: 100rpx;
|
||||||
}
|
}
|
||||||
@@ -723,7 +813,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: $font-size-toolbar;
|
font-size: 32rpx;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
@@ -732,27 +822,27 @@
|
|||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.iconfont {
|
.iconfont {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: $font-size-tag;
|
font-size: 24rpx;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: $font-size-toolbar;
|
font-size: 32rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.send {
|
.send {
|
||||||
border: 2rpx solid $base-color;
|
border: 2rpx solid var(--base-color);
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
line-height: 60rpx;
|
line-height: 60rpx;
|
||||||
border-radius: 60rpx;
|
border-radius: 60rpx;
|
||||||
font-size: $font-size-tag;
|
font-size: 24rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 40rpx;
|
padding: 0 40rpx;
|
||||||
}
|
}
|
||||||
@@ -771,27 +861,27 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.save-btn {
|
.save-btn {
|
||||||
width: 280rpx;
|
width: 100%;
|
||||||
height: 90rpx;
|
height: 90rpx;
|
||||||
line-height: 90rpx;
|
line-height: 90rpx;
|
||||||
background-color: #07c160;
|
background-color: #07c160;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin: 40rpx auto 20rpx;
|
margin: 40rpx auto 20rpx;
|
||||||
|
border-radius: 50rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
</style>
|
&.reward-popup .uni-popup__wrapper-box {
|
||||||
<style scoped>
|
|
||||||
/deep/ .reward-popup .uni-popup__wrapper-box {
|
|
||||||
background: none !important;
|
background: none !important;
|
||||||
max-width: unset !important;
|
max-width: unset !important;
|
||||||
max-height: unset !important;
|
max-height: unset !important;
|
||||||
overflow: unset !important;
|
overflow: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.complete-info-popup /deep/ .uni-popup__wrapper.bottom,
|
&.uni-popup__wrapper.bottom,
|
||||||
.complete-info-popup /deep/ .uni-popup__wrapper.bottom .uni-popup__wrapper-box {
|
&.uni-popup__wrapper.bottom .uni-popup__wrapper-box {
|
||||||
border-top-left-radius: 30rpx !important;
|
border-top-left-radius: 30rpx !important;
|
||||||
border-top-right-radius: 30rpx !important;
|
border-top-right-radius: 30rpx !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -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,
|
||||||
|
|||||||
@@ -22,10 +22,12 @@
|
|||||||
</view>
|
</view>
|
||||||
<block v-if="payMoney > 0">
|
<block v-if="payMoney > 0">
|
||||||
<block v-if="payTypeList.length">
|
<block v-if="payTypeList.length">
|
||||||
<view class="payment-item" v-for="(item, index) in payTypeList" :key="index" @click="payIndex = index">
|
<view class="payment-item" v-for="(item, index) in payTypeList" :key="index"
|
||||||
|
@click="payIndex = index">
|
||||||
<view class="iconfont" :class="item.icon"></view>
|
<view class="iconfont" :class="item.icon"></view>
|
||||||
<text class="name">{{ item.name }}</text>
|
<text class="name">{{ item.name }}</text>
|
||||||
<text class="iconfont" :class="payIndex == index ? 'icon-yuan_checked color-base-text' : 'icon-checkboxblank'"></text>
|
<text class="iconfont"
|
||||||
|
:class="payIndex == index ? 'icon-yuan_checked color-base-text' : 'icon-checkboxblank'"></text>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
<block v-else>
|
<block v-else>
|
||||||
@@ -43,8 +45,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 { Weixin } from 'common/js/wx-jssdk.js';
|
import { Weixin } from 'common/js/wx-jssdk.js';
|
||||||
@@ -52,10 +52,6 @@
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ns-payment',
|
name: 'ns-payment',
|
||||||
components: {
|
|
||||||
uniPopup,
|
|
||||||
nsSwitch
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
balanceDeduct: {
|
balanceDeduct: {
|
||||||
type: [Number, String],
|
type: [Number, String],
|
||||||
@@ -189,7 +185,7 @@
|
|||||||
title: '未获取到支付信息!'
|
title: '未获取到支付信息!'
|
||||||
});
|
});
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$util.redirectTo('/pages/index/index');
|
this.$util.redirectTo(this.$util.INDEX_PAGE_URL);
|
||||||
}, 1500);
|
}, 1500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
|
||||||
66
components/wxwork-contact/CHANGELOG.md
Normal file
66
components/wxwork-contact/CHANGELOG.md
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
# 企业微信联系客服组件更新日志
|
||||||
|
|
||||||
|
## v2.0.0 - 集成全局Store配置
|
||||||
|
|
||||||
|
### 新增功能
|
||||||
|
- ✅ 企业微信配置集成到全局Store
|
||||||
|
- ✅ 从 `/api/config/init` 统一获取配置
|
||||||
|
- ✅ 支持props覆盖全局配置
|
||||||
|
- ✅ 优化配置获取逻辑
|
||||||
|
|
||||||
|
### 变更内容
|
||||||
|
1. **Store集成**:
|
||||||
|
- 在 `store/index.js` 中添加 `wxworkConfig` 状态
|
||||||
|
- 添加 `setWxworkConfig` mutation
|
||||||
|
- 在 `init` action 中从 `/api/config/init` 获取企业微信配置
|
||||||
|
|
||||||
|
2. **组件优化**:
|
||||||
|
- `wxwork-contact.vue` 组件现在优先从全局Store获取配置
|
||||||
|
- 支持通过props覆盖全局配置
|
||||||
|
- 移除单独的API调用,使用统一配置
|
||||||
|
|
||||||
|
3. **页面集成**:
|
||||||
|
- `pages/contact/contact.vue` 页面简化配置获取逻辑
|
||||||
|
- 直接使用全局Store中的企业微信配置
|
||||||
|
|
||||||
|
### 配置格式
|
||||||
|
后端 `/api/config/init` 需要返回以下格式的企业微信配置:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"code": 0,
|
||||||
|
"data": {
|
||||||
|
// ... 其他配置 ...
|
||||||
|
"wxwork": {
|
||||||
|
"corp_id": "企业ID",
|
||||||
|
"agent_id": "应用ID",
|
||||||
|
"contact_id": "客服ID",
|
||||||
|
"contact_url": "活码链接",
|
||||||
|
"timestamp": "时间戳",
|
||||||
|
"nonceStr": "随机字符串",
|
||||||
|
"signature": "签名",
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 使用方式
|
||||||
|
```vue
|
||||||
|
<!-- 使用全局配置 -->
|
||||||
|
<wxwork-contact btn-text="联系企业客服"></wxwork-contact>
|
||||||
|
|
||||||
|
<!-- 覆盖全局配置 -->
|
||||||
|
<wxwork-contact
|
||||||
|
:corp-id="customCorpId"
|
||||||
|
:contact-url="customContactUrl"
|
||||||
|
btn-text="自定义客服"></wxwork-contact>
|
||||||
|
```
|
||||||
|
|
||||||
|
## v1.0.0 - 初始版本
|
||||||
|
|
||||||
|
### 功能
|
||||||
|
- 企业微信JS-SDK封装
|
||||||
|
- 基础联系客服组件
|
||||||
|
- 支持小程序和H5环境
|
||||||
|
- 活码跳转和SDK两种方式
|
||||||
484
components/wxwork-contact/README.md
Normal file
484
components/wxwork-contact/README.md
Normal file
@@ -0,0 +1,484 @@
|
|||||||
|
# 企业微信联系客服组件
|
||||||
|
|
||||||
|
## 功能说明
|
||||||
|
|
||||||
|
这个组件实现了在小程序中点击"联系客服"后,自动跳转到企业微信添加对应销售的功能。
|
||||||
|
|
||||||
|
## 关键前提条件
|
||||||
|
|
||||||
|
### ⚠️ 重要提醒
|
||||||
|
微信小程序与企业微信互通有严格的平台限制和权限要求,使用前请确保满足以下所有条件:
|
||||||
|
|
||||||
|
### 1. 微信小程序环境要求
|
||||||
|
- **平台限制**:功能仅在微信小程序环境中可用
|
||||||
|
- **基础库版本**:需要微信小程序基础库 2.3.0 及以上版本
|
||||||
|
- **用户环境**:用户需要在微信中打开小程序
|
||||||
|
|
||||||
|
### 2. 企业微信配置要求
|
||||||
|
- **企业认证**:企业微信账号必须完成企业认证
|
||||||
|
- **客户联系功能**:需要开通企业微信"客户联系"功能
|
||||||
|
- **应用权限**:企业微信应用需要有客户联系相关权限
|
||||||
|
|
||||||
|
### 3. 互通配置要求
|
||||||
|
- **关联配置**:小程序必须与企业微信进行关联配置
|
||||||
|
- **权限申请**:需要在微信开放平台和企业微信后台分别申请相应权限
|
||||||
|
- **域名白名单**:相关域名需要在小程序和企业微信后台都配置白名单
|
||||||
|
|
||||||
|
### 4. 跳转权限要求
|
||||||
|
- **小程序AppID**:需要在企业微信中配置允许跳转的小程序AppID
|
||||||
|
- **企业微信AppID**:需要在微信开放平台配置关联的企业微信AppID
|
||||||
|
- **业务域授权**:需要配置业务域授权,允许跨平台跳转
|
||||||
|
|
||||||
|
### 5. 开发调试要求
|
||||||
|
- **测试环境**:需要在测试环境中验证跳转功能
|
||||||
|
- **权限验证**:确保所有必要的API权限已申请并生效
|
||||||
|
- **兼容性测试**:在不同微信版本中进行兼容性测试
|
||||||
|
|
||||||
|
### 6. 具体配置要求
|
||||||
|
|
||||||
|
| 条件 | 说明 |
|
||||||
|
|------|------|
|
||||||
|
| **小程序与企业微信绑定** | 在企业微信管理后台 → 「应用管理」→「小程序」中关联你的微信小程序AppID |
|
||||||
|
| **配置可信域名** | 如果涉及网页跳转或回调,需在企业微信后台配置业务域名 |
|
||||||
|
| **使用企业微信服务商 or 自建应用** | 若需高级功能(如获取客户详情),需有企业微信管理员权限或通过服务商代开发 |
|
||||||
|
|
||||||
|
## 使用方法
|
||||||
|
|
||||||
|
### 1. 基础用法
|
||||||
|
|
||||||
|
```vue
|
||||||
|
<wxwork-contact
|
||||||
|
:corp-id="corpId"
|
||||||
|
:agent-id="agentId"
|
||||||
|
:timestamp="timestamp"
|
||||||
|
:nonce-str="nonceStr"
|
||||||
|
:signature="signature"
|
||||||
|
:contact-id="contactId"
|
||||||
|
:contact-url="contactUrl"
|
||||||
|
btn-text="添加企业微信客服">
|
||||||
|
</wxwork-contact>
|
||||||
|
```
|
||||||
|
|
||||||
|
### 组件架构
|
||||||
|
|
||||||
|
### 分层设计
|
||||||
|
```
|
||||||
|
调用方 (页面组件)
|
||||||
|
↓ 传递配置参数
|
||||||
|
wxwork-contact 组件
|
||||||
|
↓ 调用SDK
|
||||||
|
wxwork-jssdk.js
|
||||||
|
↓ 调用企业微信API
|
||||||
|
企业微信服务
|
||||||
|
```
|
||||||
|
|
||||||
|
### 组件设计原则
|
||||||
|
|
||||||
|
- **独立性**:组件不直接依赖全局Store,所有配置通过props传递
|
||||||
|
- **职责分离**:组件只负责UI展示和企业微信SDK调用,配置管理由调用方负责
|
||||||
|
- **灵活配置**:支持调用者覆盖任何配置参数
|
||||||
|
|
||||||
|
## 版本信息
|
||||||
|
|
||||||
|
### v3.0.0 - 统一客服服务重构版本
|
||||||
|
- 创建 `CustomerService` 统一客服处理服务
|
||||||
|
- 重构 `ns-contact.vue` 和 `hover-nav.vue` 消除重复代码
|
||||||
|
- 提供统一的客服处理接口和平台适配
|
||||||
|
- 完善错误处理和降级机制
|
||||||
|
- 支持所有客服类型的统一调用
|
||||||
|
|
||||||
|
### v2.0.0 - Store集成版本
|
||||||
|
- 企业微信配置集成到全局Store
|
||||||
|
- 从 `/api/config/init` 统一获取配置
|
||||||
|
- 组件完全独立,通过props接收配置
|
||||||
|
- 支持全局配置和局部覆盖
|
||||||
|
|
||||||
|
### v1.0.0 - 初始版本
|
||||||
|
- 基础企业微信联系功能
|
||||||
|
- 支持活码跳转和JS-SDK两种方式
|
||||||
|
|
||||||
|
### 2. 属性说明
|
||||||
|
|
||||||
|
| 属性 | 类型 | 默认值 | 说明 |
|
||||||
|
|------|------|--------|------|
|
||||||
|
| btnText | String | '添加企业微信客服' | 按钮文字 |
|
||||||
|
| corpId | String | - | 企业ID(必需) |
|
||||||
|
| agentId | String | '' | 应用ID |
|
||||||
|
| timestamp | String | '' | 时间戳 |
|
||||||
|
| nonceStr | String | '' | 随机字符串 |
|
||||||
|
| signature | String | '' | 签名 |
|
||||||
|
| contactId | String | '' | 客服ID或活码配置ID |
|
||||||
|
| contactUrl | String | '' | 活码链接 |
|
||||||
|
| showConfirm | Boolean | true | 是否显示确认弹窗 |
|
||||||
|
|
||||||
|
### 3. 在联系页面中使用
|
||||||
|
|
||||||
|
在 `pages/contact/contact.vue` 中已集成使用示例:
|
||||||
|
|
||||||
|
```vue
|
||||||
|
<wxwork-contact
|
||||||
|
v-if="wxworkConfig && wxworkConfig.enabled"
|
||||||
|
:corp-id="wxworkConfig.corpId"
|
||||||
|
:agent-id="wxworkConfig.agentId"
|
||||||
|
:timestamp="wxworkConfig.timestamp"
|
||||||
|
:nonce-str="wxworkConfig.nonceStr"
|
||||||
|
:signature="wxworkConfig.signature"
|
||||||
|
:contact-id="wxworkConfig.contactId"
|
||||||
|
:contact-url="wxworkConfig.contactUrl"
|
||||||
|
btn-text="企业微信客服"
|
||||||
|
:show-confirm="false">
|
||||||
|
</wxwork-contact>
|
||||||
|
```
|
||||||
|
|
||||||
|
## 配置说明
|
||||||
|
|
||||||
|
### 后端接口需求
|
||||||
|
|
||||||
|
企业微信配置已集成到 `/api/config/init` 接口中,返回以下格式的数据:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"code": 0,
|
||||||
|
"data": {
|
||||||
|
// ... 其他配置 ...
|
||||||
|
"wxwork": {
|
||||||
|
"corp_id": "企业ID",
|
||||||
|
"agent_id": "应用ID",
|
||||||
|
"contact_id": "客服ID",
|
||||||
|
"contact_url": "活码链接",
|
||||||
|
"timestamp": "时间戳",
|
||||||
|
"nonceStr": "随机字符串",
|
||||||
|
"signature": "签名",
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 全局Store集成
|
||||||
|
|
||||||
|
企业微信配置通过以下方式集成到全局状态管理:
|
||||||
|
|
||||||
|
1. **Store状态**:在 `store/index.js` 中添加 `wxworkConfig` 状态
|
||||||
|
2. **配置获取**:在 `init` action 中从 `/api/config/init` 获取企业微信配置
|
||||||
|
3. **状态更新**:使用 `setWxworkConfig` mutation 更新配置
|
||||||
|
4. **持久化**:配置自动保存到本地存储
|
||||||
|
|
||||||
|
### 企业微信配置步骤
|
||||||
|
|
||||||
|
1. **获取企业微信活码**:
|
||||||
|
- 登录企业微信管理后台
|
||||||
|
- 进入"客户联系" -> "配置" -> "联系我"
|
||||||
|
- 创建活码,获取配置ID或直接获取活码链接
|
||||||
|
|
||||||
|
2. **配置参数**:
|
||||||
|
- `corp_id`: 企业ID(在企业微信后台获取)
|
||||||
|
- `agent_id`: 企业微信应用ID
|
||||||
|
- `contact_id`: 客服的用户ID
|
||||||
|
- `contact_url`: 企业微信活码链接(推荐使用活码链接)
|
||||||
|
- `timestamp`: 生成签名的时间戳
|
||||||
|
- `nonceStr`: 生成签名的随机字符串
|
||||||
|
- `signature`: JS-SDK签名
|
||||||
|
|
||||||
|
## 典型业务流程示例
|
||||||
|
|
||||||
|
### 目标
|
||||||
|
用户在小程序中点击"联系客服",自动添加对应的企业微信销售。
|
||||||
|
|
||||||
|
### 步骤
|
||||||
|
1. **后端调用企业微信 API** 创建「联系我」二维码(可带场景值,如 user_id=123)。
|
||||||
|
2. **前端在小程序中展示该二维码(或生成跳转链接)**。
|
||||||
|
3. **用户长按识别 → 打开企业微信 → 添加客服**。
|
||||||
|
4. **企业微信收到添加事件 → 通过 API 获取 external_userid → 关联到原小程序用户**。
|
||||||
|
|
||||||
|
## 实现原理
|
||||||
|
|
||||||
|
### 方案1:企业微信活码跳转(推荐)
|
||||||
|
- 使用企业微信活码链接
|
||||||
|
- 通过 `uni.navigateToMiniProgram` 跳转到企业微信小程序
|
||||||
|
- 直接添加对应的销售为联系人
|
||||||
|
|
||||||
|
### 方案2:JS-SDK方式
|
||||||
|
- 使用企业微信JS-SDK
|
||||||
|
- 调用 `openUserProfile` 接口打开用户资料
|
||||||
|
- 用户手动添加联系人
|
||||||
|
|
||||||
|
## 注意事项
|
||||||
|
|
||||||
|
### 功能限制
|
||||||
|
1. **小程序环境**:需要在微信小程序环境中使用
|
||||||
|
2. **权限配置**:确保小程序有跳转企业微信的权限
|
||||||
|
3. **降级处理**:当企业微信不可用时,会降级到原有客服方式
|
||||||
|
4. **用户体验**:建议添加确认弹窗,避免误操作
|
||||||
|
|
||||||
|
### 前提条件验证
|
||||||
|
5. **权限检查**:使用前需要验证所有必需权限是否生效
|
||||||
|
6. **配置完整性**:确保所有配置参数都已正确设置
|
||||||
|
7. **网络环境**:确保用户网络环境允许访问企业微信服务
|
||||||
|
8. **版本兼容**:检查微信版本和企业微信版本兼容性
|
||||||
|
|
||||||
|
### 调试建议
|
||||||
|
9. **错误监控**:添加适当的错误日志和用户反馈机制
|
||||||
|
10. **性能优化**:避免频繁的SDK初始化和配置获取
|
||||||
|
11. **安全考虑**:敏感配置信息应在服务端处理,前端不暴露
|
||||||
|
|
||||||
|
## 兼容性
|
||||||
|
|
||||||
|
- 微信小程序:✅ 支持
|
||||||
|
- H5环境:✅ 支持跳转活码链接
|
||||||
|
- 其他平台:降级处理
|
||||||
|
|
||||||
|
## 文件结构
|
||||||
|
|
||||||
|
```
|
||||||
|
components/wxwork-contact/
|
||||||
|
├── wxwork-contact.vue # 主组件
|
||||||
|
└── README.md # 说明文档
|
||||||
|
|
||||||
|
components/ns-contact/
|
||||||
|
└── ns-contact.vue # 统一客服组件(重构后)
|
||||||
|
|
||||||
|
components/hover-nav/
|
||||||
|
└── hover-nav.vue # 悬浮导航组件(重构后)
|
||||||
|
|
||||||
|
common/js/
|
||||||
|
├── wxwork-jssdk.js # 企业微信JS-SDK封装
|
||||||
|
└── customer-service.js # 客服统一处理服务(新增)
|
||||||
|
|
||||||
|
store/
|
||||||
|
└── index.js # 全局Store,包含wxworkConfig状态管理
|
||||||
|
|
||||||
|
pages/contact/
|
||||||
|
└── contact.vue # 联系页面,集成企业微信功能
|
||||||
|
```
|
||||||
|
|
||||||
|
## 系统梳理与优化 (v3.1.0)
|
||||||
|
|
||||||
|
### 🔧 已修复的问题
|
||||||
|
|
||||||
|
#### 1. **App.vue 配置恢复**
|
||||||
|
- ✅ 修复了企业微信配置 (`wxworkConfig`) 在应用启动时的恢复
|
||||||
|
- ✅ 确保所有配置都能正确从本地存储恢复到Store
|
||||||
|
|
||||||
|
#### 2. **客服服务参数传递**
|
||||||
|
- ✅ 修复了 `openCustomerServiceChat` 参数传递错误
|
||||||
|
- ✅ 正确传递 `sendMessageTitle`、`sendMessagePath`、`sendMessageImg`
|
||||||
|
|
||||||
|
#### 3. **组件配置访问**
|
||||||
|
- ✅ 在 `ns-contact.vue` 和 `hover-nav.vue` 中添加 computed 属性
|
||||||
|
- ✅ 确保能够正确访问 `servicerConfig`
|
||||||
|
|
||||||
|
#### 4. **企业微信服务优化**
|
||||||
|
- ✅ 改进参数传递,支持自定义消息参数
|
||||||
|
- ✅ 统一处理函数调用方式
|
||||||
|
|
||||||
|
### 🛡️ 新增功能
|
||||||
|
|
||||||
|
#### 1. **配置验证机制**
|
||||||
|
```javascript
|
||||||
|
const validation = this.customerService.validateConfig();
|
||||||
|
if (!validation.isValid) {
|
||||||
|
// 处理配置错误
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 2. **错误处理增强**
|
||||||
|
- ✅ 添加配置错误弹窗
|
||||||
|
- ✅ 改进错误日志记录
|
||||||
|
- ✅ 警告信息提示
|
||||||
|
|
||||||
|
#### 3. **类型安全**
|
||||||
|
- ✅ 完善参数类型检查
|
||||||
|
- ✅ 空值和异常情况处理
|
||||||
|
|
||||||
|
### 📋 当前系统状态
|
||||||
|
|
||||||
|
| 组件 | 状态 | 功能完整性 |
|
||||||
|
|------|------|-----------|
|
||||||
|
| **customer-service.js** | ✅ 完成 | 统一客服处理服务 |
|
||||||
|
| **ns-contact.vue** | ✅ 修复 | 支持所有客服类型 |
|
||||||
|
| **hover-nav.vue** | ✅ 修复 | 集成统一客服服务 |
|
||||||
|
| **App.vue** | ✅ 修复 | 配置完整恢复 |
|
||||||
|
| **contact.vue** | ⚠️ 待优化 | 仍使用原始方式 |
|
||||||
|
|
||||||
|
### 🔄 待优化项
|
||||||
|
|
||||||
|
#### 1. **contact.vue 页面重构**
|
||||||
|
- 建议集成统一客服服务
|
||||||
|
- 添加企业微信客服按钮
|
||||||
|
- 统一UI交互体验
|
||||||
|
|
||||||
|
#### 2. **加载状态反馈**
|
||||||
|
- 客服功能调用时的loading状态
|
||||||
|
- 网络请求的进度指示
|
||||||
|
|
||||||
|
#### 3. **用户体验优化**
|
||||||
|
- 客服按钮的点击反馈
|
||||||
|
- 错误状态的友好提示
|
||||||
|
|
||||||
|
### 🧪 测试建议
|
||||||
|
|
||||||
|
1. **配置验证测试**:
|
||||||
|
- 测试各种配置缺失情况
|
||||||
|
- 验证错误提示准确性
|
||||||
|
|
||||||
|
2. **平台兼容测试**:
|
||||||
|
- 微信小程序客服功能
|
||||||
|
- H5环境跳转
|
||||||
|
- 支付宝小程序客服
|
||||||
|
|
||||||
|
3. **企业微信功能测试**:
|
||||||
|
- 活码链接跳转
|
||||||
|
- 降级处理机制
|
||||||
|
- 参数传递正确性
|
||||||
|
|
||||||
|
### 📖 使用最佳实践
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// 推荐使用方式
|
||||||
|
const customerService = createCustomerService(this);
|
||||||
|
|
||||||
|
// 带配置验证的调用
|
||||||
|
if (customerService.isConfigAvailable()) {
|
||||||
|
customerService.handleCustomerClick({
|
||||||
|
sendMessageTitle: '商品咨询',
|
||||||
|
sendMessagePath: '/pages/goods/detail',
|
||||||
|
sendMessageImg: 'product-image.jpg'
|
||||||
|
});
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## 重构说明 (v3.0.0)
|
||||||
|
|
||||||
|
### 统一客服处理服务
|
||||||
|
|
||||||
|
为了解决代码重复问题,我们创建了 `CustomerService` 类来统一处理所有客服逻辑:
|
||||||
|
|
||||||
|
#### 主要改进
|
||||||
|
1. **代码复用**:消除 `ns-contact.vue` 和 `hover-nav.vue` 中的重复代码
|
||||||
|
2. **统一接口**:提供一致的客服处理API
|
||||||
|
3. **平台适配**:自动处理不同平台的客服配置
|
||||||
|
4. **类型安全**:完善的错误处理和降级机制
|
||||||
|
|
||||||
|
#### 使用方式
|
||||||
|
|
||||||
|
**1. 在组件中导入**
|
||||||
|
```javascript
|
||||||
|
import { createCustomerService } from '@/common/js/customer-service.js';
|
||||||
|
```
|
||||||
|
|
||||||
|
**2. 初始化服务**
|
||||||
|
```javascript
|
||||||
|
created() {
|
||||||
|
this.customerService = createCustomerService(this);
|
||||||
|
this.buttonConfig = this.customerService.getButtonConfig();
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
**3. 处理客服点击**
|
||||||
|
```javascript
|
||||||
|
methods: {
|
||||||
|
contactServicer() {
|
||||||
|
this.customerService.handleCustomerClick({
|
||||||
|
niushop: this.niushop,
|
||||||
|
sendMessageTitle: this.sendMessageTitle,
|
||||||
|
sendMessagePath: this.sendMessagePath,
|
||||||
|
sendMessageImg: this.sendMessageImg
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 核心方法
|
||||||
|
|
||||||
|
| 方法名 | 用途 | 参数 |
|
||||||
|
|--------|------|------|
|
||||||
|
| `handleCustomerClick(options)` | 统一处理客服点击 | 客服配置选项 |
|
||||||
|
| `getButtonConfig()` | 获取按钮配置 | - |
|
||||||
|
| `getServiceType()` | 获取客服类型 | - |
|
||||||
|
| `openWxworkService()` | 打开企业微信客服 | 是否使用原方式 |
|
||||||
|
|
||||||
|
#### 支持的客服类型
|
||||||
|
|
||||||
|
- `wxwork` - 企业微信客服
|
||||||
|
- `third` - 第三方客服
|
||||||
|
- `niushop` - 牛商客服
|
||||||
|
- `weapp` - 微信小程序客服
|
||||||
|
- `aliapp` - 支付宝小程序客服
|
||||||
|
- `none` - 无客服(显示提示)
|
||||||
|
|
||||||
|
## 常见问题 (FAQ)
|
||||||
|
|
||||||
|
### Q: contact_id 是小程序ID吗?
|
||||||
|
A: 不是的。`contact_id` 是**企业微信中客服人员的用户ID**,具体说明如下:
|
||||||
|
|
||||||
|
- **定义**:企业微信系统内部分配给客服人员的唯一标识符
|
||||||
|
- **获取方式**:通过企业微信管理后台的"客户联系" → "配置" → "联系我"功能创建活码时获得
|
||||||
|
- **用途**:用于指定具体客服人员,当用户点击"联系客服"时,系统通过这个ID知道应该添加哪个企业微信客服人员
|
||||||
|
|
||||||
|
### Q: contact_id 和小程序ID的区别?
|
||||||
|
A: 两者的作用完全不同:
|
||||||
|
|
||||||
|
| 字段 | 用途 | 获取方式 |
|
||||||
|
|------|------|----------|
|
||||||
|
| **contact_id** | 指定具体的企业微信客服人员 | 企业微信管理后台获取 |
|
||||||
|
| **小程序AppID** | 识别整个微信小程序应用 | 微信开放平台获取 |
|
||||||
|
|
||||||
|
在业务流程中:
|
||||||
|
1. 用户在小程序中点击"联系客服"
|
||||||
|
2. 系统使用 `contact_id` 打开对应的企业微信客服人员资料
|
||||||
|
3. 用户添加该企业微信客服为联系人
|
||||||
|
|
||||||
|
所以 `contact_id` 是企业微信客服的ID,不是小程序的ID。
|
||||||
|
|
||||||
|
### Q: wxwork_contact_url 从哪里来?
|
||||||
|
A: `wxwork_contact_url` 应该来自全局Store中的 `wxworkConfig`,而不是 `servicerConfig`:
|
||||||
|
|
||||||
|
**正确的配置来源**:
|
||||||
|
- ✅ `this.$store.state.wxworkConfig.contact_url` - 企业微信配置
|
||||||
|
- ❌ `this.config.wxwork_contact_url` - 错误的配置路径
|
||||||
|
|
||||||
|
**配置获取流程**:
|
||||||
|
1. **后端接口**:`/api/config/init` 返回 `wxwork_config` 数据
|
||||||
|
2. **Store存储**:`setWxworkConfig` 将配置保存到 `wxworkConfig` 状态
|
||||||
|
3. **组件使用**:通过 `this.$store.state.wxworkConfig.contact_url` 访问
|
||||||
|
|
||||||
|
**代码修正示例**:
|
||||||
|
```javascript
|
||||||
|
// 错误 ❌
|
||||||
|
if (this.config.wxwork_contact_url) { ... }
|
||||||
|
|
||||||
|
// 正确 ✅
|
||||||
|
const wxworkConfig = this.$store.state?.wxworkConfig;
|
||||||
|
if (wxworkConfig?.contact_url) { ... }
|
||||||
|
```
|
||||||
|
|
||||||
|
**字段对应关系**:
|
||||||
|
| 后端字段 | Store字段 | 组件使用 |
|
||||||
|
|---------|----------|----------|
|
||||||
|
| `contact_url` | `contact_url` | `wxworkConfig.contact_url` |
|
||||||
|
|
||||||
|
### Q: navigateToMiniProgram 中的企业微信小程序AppID 是指我的业务小程序ID吗?
|
||||||
|
A: 不是的!`appId: 'wxeb490c6f9b154ef9'` 是**企业微信官方小程序的AppID**,不是你的业务小程序ID。
|
||||||
|
|
||||||
|
**两者的区别**:
|
||||||
|
|
||||||
|
| 小程序类型 | AppID示例 | 用途 | 所有者 |
|
||||||
|
|-----------|----------|------|--------|
|
||||||
|
| **企业微信官方小程序** | `wxeb490c6f9b154ef9` | 展示企业联系人详情页面 | 腾讯企业微信团队 |
|
||||||
|
| **你的业务小程序** | 你的AppID | 你的业务功能(电商、服务等) | 你的企业/组织 |
|
||||||
|
|
||||||
|
**业务流程**:
|
||||||
|
```
|
||||||
|
用户小程序 (你的业务)
|
||||||
|
↓ 点击"联系客服"
|
||||||
|
navigateToMiniProgram 跳转到
|
||||||
|
企业微信官方小程序 (wxeb490c6f9b154ef9)
|
||||||
|
↓ 展示联系人详情
|
||||||
|
用户添加客服人员到企业微信
|
||||||
|
```
|
||||||
|
|
||||||
|
**关键点**:
|
||||||
|
- 这个AppID是企业微信官方小程序,通常是固定值
|
||||||
|
- 用于跳转到企业微信环境展示联系人详情
|
||||||
|
- 不需要替换成你自己的小程序AppID |
|
||||||
32
docs/H5_ROUTER_FIX_README.md
Normal file
32
docs/H5_ROUTER_FIX_README.md
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# H5路由模式修复说明
|
||||||
|
|
||||||
|
## 问题描述
|
||||||
|
生产环境下,导航到子页面(如 `/hwappx/test/pages_tool/form/formdata?id=73&uniacid=2793`)后刷新页面,会导致页面空白,显示 `<html><head></head><body></body></html>`。
|
||||||
|
|
||||||
|
## 根本原因
|
||||||
|
1. 应用使用了H5的`history`路由模式
|
||||||
|
2. 生产服务器没有配置路由回退机制
|
||||||
|
3. 刷新时,浏览器直接向服务器请求完整URL路径,服务器无法找到对应的资源,返回空HTML
|
||||||
|
|
||||||
|
## 解决方案
|
||||||
|
将H5路由模式从`history`改为`hash`模式。Hash模式下,所有路由请求都会指向应用根路径,避免服务器配置问题。
|
||||||
|
|
||||||
|
## 修改内容
|
||||||
|
修改 `manifest.json` 文件中的H5路由配置:
|
||||||
|
|
||||||
|
```json
|
||||||
|
"h5": {
|
||||||
|
"router": {
|
||||||
|
"mode": "hash", // 从 "history" 改为 "hash"
|
||||||
|
"base": "/hwappx/test/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## 预期效果
|
||||||
|
- 子页面刷新后不再空白
|
||||||
|
- URL格式变为 `http://domain/hwappx/test/#/pages_tool/form/formdata?id=73&uniacid=2793`
|
||||||
|
- 无需修改服务器配置
|
||||||
|
|
||||||
|
## 构建部署
|
||||||
|
修改后,需要重新构建H5版本并部署到生产环境。可以通过HBuilderX或其他uni-app构建工具进行构建。
|
||||||
756
docs/HISTORY_MODE_SUB_DIR_DEPLOY.md
Normal file
756
docs/HISTORY_MODE_SUB_DIR_DEPLOY.md
Normal file
@@ -0,0 +1,756 @@
|
|||||||
|
# H5 History模式子目录部署配置指南
|
||||||
|
|
||||||
|
## 场景说明
|
||||||
|
您的uni-app H5应用部署在现有网站的子目录 `/hwappx/test/` 下,需要使用`history`路由模式,并解决刷新页面空白的问题。
|
||||||
|
|
||||||
|
## 配置步骤
|
||||||
|
|
||||||
|
### 1. 应用配置(已完成)
|
||||||
|
确保`manifest.json`中的H5路由配置正确设置了`base`路径:
|
||||||
|
|
||||||
|
```json
|
||||||
|
"h5": {
|
||||||
|
"router": {
|
||||||
|
"mode": "history",
|
||||||
|
"base": "/hwappx/test/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2. 服务器配置
|
||||||
|
服务器需要配置路由回退,将所有指向`/hwappx/test/`下不存在文件的请求重定向到`/hwappx/test/index.html`。
|
||||||
|
|
||||||
|
#### 2.1 Nginx配置
|
||||||
|
```nginx
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name yourdomain.com;
|
||||||
|
|
||||||
|
# 主网站根目录
|
||||||
|
root /path/to/main/website;
|
||||||
|
index index.html;
|
||||||
|
|
||||||
|
# 静态文件直接返回
|
||||||
|
location ~* \.(jpg|jpeg|png|gif|ico|css|js|ttf|woff|woff2)$ {
|
||||||
|
expires 7d;
|
||||||
|
add_header Cache-Control "public, no-transform";
|
||||||
|
}
|
||||||
|
|
||||||
|
# H5应用子目录的路由回退配置
|
||||||
|
location /hwappx/test/ {
|
||||||
|
# 确保静态文件能被正确访问
|
||||||
|
try_files $uri $uri/ /hwappx/test/index.html;
|
||||||
|
}
|
||||||
|
|
||||||
|
# 主网站的其他配置
|
||||||
|
location / {
|
||||||
|
# 主网站的原有配置
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 2.2 Apache配置
|
||||||
|
|
||||||
|
##### .htaccess文件配置(放在`/hwappx/test/`目录下)
|
||||||
|
```apache
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwappx/test/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwappx/test/index.html [L]
|
||||||
|
</IfModule>
|
||||||
|
```
|
||||||
|
|
||||||
|
##### 虚拟主机配置
|
||||||
|
```apache
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerName yourdomain.com
|
||||||
|
DocumentRoot /path/to/main/website
|
||||||
|
|
||||||
|
# H5应用子目录配置
|
||||||
|
<Directory /path/to/main/website/hwappx/test>
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwappx/test/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwappx/test/index.html [L]
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
# 主网站目录配置
|
||||||
|
<Directory /path/to/main/website>
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
|
</VirtualHost>
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 2.3 IIS配置
|
||||||
|
在`/hwappx/test/`目录下创建`web.config`文件:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<configuration>
|
||||||
|
<system.webServer>
|
||||||
|
<rewrite>
|
||||||
|
<rules>
|
||||||
|
<rule name="History Mode Sub Directory">
|
||||||
|
<match url=".*" />
|
||||||
|
<conditions logicalGrouping="MatchAll">
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
|
||||||
|
</conditions>
|
||||||
|
<action type="Rewrite" url="/hwappx/test/index.html" />
|
||||||
|
</rule>
|
||||||
|
</rules>
|
||||||
|
</rewrite>
|
||||||
|
<staticContent>
|
||||||
|
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />
|
||||||
|
</staticContent>
|
||||||
|
</system.webServer>
|
||||||
|
</configuration>
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 2.4 Express.js配置
|
||||||
|
```javascript
|
||||||
|
const express = require('express');
|
||||||
|
const path = require('path');
|
||||||
|
const app = express();
|
||||||
|
|
||||||
|
// 主网站静态文件
|
||||||
|
app.use(express.static(path.join(__dirname, 'main-website')));
|
||||||
|
|
||||||
|
// H5应用静态文件和路由回退
|
||||||
|
app.use('/hwappx/test', express.static(path.join(__dirname, 'h5-app')));
|
||||||
|
|
||||||
|
app.get('/hwappx/test/*', (req, res) => {
|
||||||
|
res.sendFile(path.join(__dirname, 'h5-app', 'index.html'));
|
||||||
|
});
|
||||||
|
|
||||||
|
app.listen(3000, () => {
|
||||||
|
console.log('Server is running on port 3000');
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
## 配置关键点
|
||||||
|
|
||||||
|
1. **base路径一致性**:
|
||||||
|
- `manifest.json`中的`base`配置必须与部署路径一致:`/hwappx/test/`
|
||||||
|
- 服务器配置中的重定向路径必须包含完整的base路径
|
||||||
|
|
||||||
|
2. **静态资源处理**:
|
||||||
|
- 确保CSS、JS、图片等静态资源能够被正确访问
|
||||||
|
- 静态资源的URL应该自动包含base路径
|
||||||
|
|
||||||
|
3. **路由回退规则**:
|
||||||
|
- 规则必须限定在`/hwappx/test/`路径下
|
||||||
|
- 只重定向不存在的文件和目录请求
|
||||||
|
|
||||||
|
## 验证方法
|
||||||
|
|
||||||
|
1. 构建H5应用并部署到服务器的`/hwappx/test/`目录
|
||||||
|
2. 访问应用首页:`http://yourdomain.com/hwappx/test/`
|
||||||
|
3. 导航到子页面:`http://yourdomain.com/hwappx/test/pages_tool/form/formdata?id=73&uniacid=2793`
|
||||||
|
4. 刷新页面,验证页面是否正常显示
|
||||||
|
|
||||||
|
## 常见问题排查
|
||||||
|
|
||||||
|
1. **404错误**:
|
||||||
|
- 检查服务器配置中的重定向路径是否正确
|
||||||
|
- 确保`base`路径配置一致
|
||||||
|
|
||||||
|
2. **页面样式缺失**:
|
||||||
|
- 检查静态资源URL是否包含了正确的base路径
|
||||||
|
- 确认CSS文件路径是否正确
|
||||||
|
|
||||||
|
3. **路由无法跳转**:
|
||||||
|
- 检查`manifest.json`中的路由配置
|
||||||
|
- 确认服务器重定向规则是否生效
|
||||||
|
|
||||||
|
## 部署注意事项
|
||||||
|
|
||||||
|
1. 配置完成后需要重启服务器
|
||||||
|
2. 对于HTTPS站点,需要在对应的HTTPS配置中添加相同的规则
|
||||||
|
3. 如果使用CDN,需要确保CDN也配置了相应的路由回退规则
|
||||||
|
4. 定期检查服务器日志,确保配置正常工作
|
||||||
|
|
||||||
|
## 总结
|
||||||
|
通过正确配置应用的`base`路径和服务器的路由回退规则,您的uni-app H5应用可以在子目录`/hwappx/test/`下成功使用`history`路由模式,并且解决刷新页面空白的问题。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 多子目录部署支持
|
||||||
|
|
||||||
|
### 场景说明
|
||||||
|
如果您需要在同一服务器上部署多个使用`history`模式的uni-app H5应用,例如:
|
||||||
|
- `/hwapp/`
|
||||||
|
- `/hwappx/test/`
|
||||||
|
- `/hwappx/comoon/`
|
||||||
|
- `/hwappx/1000/`
|
||||||
|
|
||||||
|
您可以按照以下配置方法实现多子目录部署。
|
||||||
|
|
||||||
|
### 1. 每个应用的manifest.json配置
|
||||||
|
每个应用都需要在`manifest.json`中配置正确的`base`路径:
|
||||||
|
|
||||||
|
#### 应用1:部署到 `/hwapp/`
|
||||||
|
```json
|
||||||
|
"h5": {
|
||||||
|
"router": {
|
||||||
|
"mode": "history",
|
||||||
|
"base": "/hwapp/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 应用2:部署到 `/hwappx/test/`
|
||||||
|
```json
|
||||||
|
"h5": {
|
||||||
|
"router": {
|
||||||
|
"mode": "history",
|
||||||
|
"base": "/hwappx/test/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 应用3:部署到 `/hwappx/comoon/`
|
||||||
|
```json
|
||||||
|
"h5": {
|
||||||
|
"router": {
|
||||||
|
"mode": "history",
|
||||||
|
"base": "/hwappx/comoon/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 应用4:部署到 `/hwappx/1000/`
|
||||||
|
```json
|
||||||
|
"h5": {
|
||||||
|
"router": {
|
||||||
|
"mode": "history",
|
||||||
|
"base": "/hwappx/1000/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2. 服务器多子目录配置
|
||||||
|
|
||||||
|
#### 2.1 Nginx配置
|
||||||
|
```nginx
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name yourdomain.com;
|
||||||
|
root /path/to/main/website;
|
||||||
|
index index.html;
|
||||||
|
|
||||||
|
# 静态文件缓存设置
|
||||||
|
location ~* \.(jpg|jpeg|png|gif|ico|css|js|ttf|woff|woff2)$ {
|
||||||
|
expires 7d;
|
||||||
|
add_header Cache-Control "public, no-transform";
|
||||||
|
}
|
||||||
|
|
||||||
|
# 应用1: /hwapp/
|
||||||
|
location /hwapp/ {
|
||||||
|
try_files $uri $uri/ /hwapp/index.html;
|
||||||
|
}
|
||||||
|
|
||||||
|
# 应用2: /hwappx/test/
|
||||||
|
location /hwappx/test/ {
|
||||||
|
try_files $uri $uri/ /hwappx/test/index.html;
|
||||||
|
}
|
||||||
|
|
||||||
|
# 应用3: /hwappx/comoon/
|
||||||
|
location /hwappx/comoon/ {
|
||||||
|
try_files $uri $uri/ /hwappx/comoon/index.html;
|
||||||
|
}
|
||||||
|
|
||||||
|
# 应用4: /hwappx/1000/
|
||||||
|
location /hwappx/1000/ {
|
||||||
|
try_files $uri $uri/ /hwappx/1000/index.html;
|
||||||
|
}
|
||||||
|
|
||||||
|
# 主网站其他配置
|
||||||
|
location / {
|
||||||
|
# 原有主网站配置
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 2.2 Apache配置
|
||||||
|
|
||||||
|
##### 方法1:在每个子目录下创建.htaccess文件
|
||||||
|
|
||||||
|
在`/hwapp/`目录下创建.htaccess:
|
||||||
|
```apache
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwapp/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwapp/index.html [L]
|
||||||
|
</IfModule>
|
||||||
|
```
|
||||||
|
|
||||||
|
在`/hwappx/test/`目录下创建.htaccess:
|
||||||
|
```apache
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwappx/test/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwappx/test/index.html [L]
|
||||||
|
</IfModule>
|
||||||
|
```
|
||||||
|
|
||||||
|
在`/hwappx/comoon/`目录下创建.htaccess:
|
||||||
|
```apache
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwappx/comoon/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwappx/comoon/index.html [L]
|
||||||
|
</IfModule>
|
||||||
|
```
|
||||||
|
|
||||||
|
在`/hwappx/1000/`目录下创建.htaccess:
|
||||||
|
```apache
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwappx/1000/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwappx/1000/index.html [L]
|
||||||
|
</IfModule>
|
||||||
|
```
|
||||||
|
|
||||||
|
##### 方法2:在主配置文件中统一配置
|
||||||
|
```apache
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerName yourdomain.com
|
||||||
|
DocumentRoot /path/to/main/website
|
||||||
|
|
||||||
|
# 应用1: /hwapp/
|
||||||
|
<Directory /path/to/main/website/hwapp>
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwapp/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwapp/index.html [L]
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
# 应用2: /hwappx/test/
|
||||||
|
<Directory /path/to/main/website/hwappx/test>
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwappx/test/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwappx/test/index.html [L]
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
# 应用3: /hwappx/comoon/
|
||||||
|
<Directory /path/to/main/website/hwappx/comoon>
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwappx/comoon/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwappx/comoon/index.html [L]
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
# 应用4: /hwappx/1000/
|
||||||
|
<Directory /path/to/main/website/hwappx/1000>
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwappx/1000/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwappx/1000/index.html [L]
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
# 主网站目录配置
|
||||||
|
<Directory /path/to/main/website>
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
|
</VirtualHost>
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 2.3 IIS配置
|
||||||
|
|
||||||
|
在每个子目录下创建`web.config`文件:
|
||||||
|
|
||||||
|
##### 应用1:/hwapp/web.config
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<configuration>
|
||||||
|
<system.webServer>
|
||||||
|
<rewrite>
|
||||||
|
<rules>
|
||||||
|
<rule name="History Mode hwapp">
|
||||||
|
<match url=".*" />
|
||||||
|
<conditions logicalGrouping="MatchAll">
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
|
||||||
|
</conditions>
|
||||||
|
<action type="Rewrite" url="/hwapp/index.html" />
|
||||||
|
</rule>
|
||||||
|
</rules>
|
||||||
|
</rewrite>
|
||||||
|
</system.webServer>
|
||||||
|
</configuration>
|
||||||
|
```
|
||||||
|
|
||||||
|
##### 应用2:/hwappx/test/web.config
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<configuration>
|
||||||
|
<system.webServer>
|
||||||
|
<rewrite>
|
||||||
|
<rules>
|
||||||
|
<rule name="History Mode hwappx/test">
|
||||||
|
<match url=".*" />
|
||||||
|
<conditions logicalGrouping="MatchAll">
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
|
||||||
|
</conditions>
|
||||||
|
<action type="Rewrite" url="/hwappx/test/index.html" />
|
||||||
|
</rule>
|
||||||
|
</rules>
|
||||||
|
</rewrite>
|
||||||
|
</system.webServer>
|
||||||
|
</configuration>
|
||||||
|
```
|
||||||
|
|
||||||
|
##### 应用3:/hwappx/comoon/web.config
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<configuration>
|
||||||
|
<system.webServer>
|
||||||
|
<rewrite>
|
||||||
|
<rules>
|
||||||
|
<rule name="History Mode hwappx/comoon">
|
||||||
|
<match url=".*" />
|
||||||
|
<conditions logicalGrouping="MatchAll">
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
|
||||||
|
</conditions>
|
||||||
|
<action type="Rewrite" url="/hwappx/comoon/index.html" />
|
||||||
|
</rule>
|
||||||
|
</rules>
|
||||||
|
</rewrite>
|
||||||
|
</system.webServer>
|
||||||
|
</configuration>
|
||||||
|
```
|
||||||
|
|
||||||
|
##### 应用4:/hwappx/1000/web.config
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<configuration>
|
||||||
|
<system.webServer>
|
||||||
|
<rewrite>
|
||||||
|
<rules>
|
||||||
|
<rule name="History Mode hwappx/1000">
|
||||||
|
<match url=".*" />
|
||||||
|
<conditions logicalGrouping="MatchAll">
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
|
||||||
|
</conditions>
|
||||||
|
<action type="Rewrite" url="/hwappx/1000/index.html" />
|
||||||
|
</rule>
|
||||||
|
</rules>
|
||||||
|
</rewrite>
|
||||||
|
</system.webServer>
|
||||||
|
</configuration>
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 2.4 Express.js配置
|
||||||
|
```javascript
|
||||||
|
const express = require('express');
|
||||||
|
const path = require('path');
|
||||||
|
const app = express();
|
||||||
|
|
||||||
|
// 主网站静态文件
|
||||||
|
app.use(express.static(path.join(__dirname, 'main-website')));
|
||||||
|
|
||||||
|
// 应用1: /hwapp/
|
||||||
|
app.use('/hwapp', express.static(path.join(__dirname, 'h5-app1')));
|
||||||
|
app.get('/hwapp/*', (req, res) => {
|
||||||
|
res.sendFile(path.join(__dirname, 'h5-app1', 'index.html'));
|
||||||
|
});
|
||||||
|
|
||||||
|
// 应用2: /hwappx/test/
|
||||||
|
app.use('/hwappx/test', express.static(path.join(__dirname, 'h5-app2')));
|
||||||
|
app.get('/hwappx/test/*', (req, res) => {
|
||||||
|
res.sendFile(path.join(__dirname, 'h5-app2', 'index.html'));
|
||||||
|
});
|
||||||
|
|
||||||
|
// 应用3: /hwappx/comoon/
|
||||||
|
app.use('/hwappx/comoon', express.static(path.join(__dirname, 'h5-app3')));
|
||||||
|
app.get('/hwappx/comoon/*', (req, res) => {
|
||||||
|
res.sendFile(path.join(__dirname, 'h5-app3', 'index.html'));
|
||||||
|
});
|
||||||
|
|
||||||
|
// 应用4: /hwappx/1000/
|
||||||
|
app.use('/hwappx/1000', express.static(path.join(__dirname, 'h5-app4')));
|
||||||
|
app.get('/hwappx/1000/*', (req, res) => {
|
||||||
|
res.sendFile(path.join(__dirname, 'h5-app4', 'index.html'));
|
||||||
|
});
|
||||||
|
|
||||||
|
app.listen(3000, () => {
|
||||||
|
console.log('Server is running on port 3000');
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
### 3. 多子目录部署验证
|
||||||
|
|
||||||
|
对于每个应用,执行以下验证步骤:
|
||||||
|
|
||||||
|
1. 构建应用并部署到对应的子目录
|
||||||
|
2. 访问应用首页,例如:`http://yourdomain.com/hwappx/test/`
|
||||||
|
3. 导航到子页面,例如:`http://yourdomain.com/hwappx/test/pages_tool/form/formdata?id=73&uniacid=2793`
|
||||||
|
4. 刷新页面,验证页面是否正常显示
|
||||||
|
5. 直接访问子页面URL,验证是否能正常加载
|
||||||
|
|
||||||
|
### 4. 多子目录部署注意事项
|
||||||
|
|
||||||
|
1. **路径隔离**:每个应用必须部署在独立的子目录下,避免文件和路由冲突
|
||||||
|
2. **base一致性**:每个应用的`manifest.json`中的`base`配置必须与部署路径完全一致
|
||||||
|
3. **服务器规则**:每个子目录都需要独立的路由回退规则
|
||||||
|
4. **静态资源**:确保每个应用的静态资源URL包含了正确的base路径
|
||||||
|
5. **缓存设置**:可以为不同应用设置不同的缓存策略
|
||||||
|
6. **日志分离**:建议为不同应用配置独立的访问日志,便于问题排查
|
||||||
|
|
||||||
|
### 5. 常见问题排查
|
||||||
|
|
||||||
|
1. **应用间冲突**:
|
||||||
|
- 确保每个应用使用独立的子目录
|
||||||
|
- 检查`base`路径配置是否唯一
|
||||||
|
|
||||||
|
2. **路由混乱**:
|
||||||
|
- 验证服务器配置中的重定向路径是否正确
|
||||||
|
- 检查应用的路由配置是否与其他应用冲突
|
||||||
|
|
||||||
|
3. **静态资源404**:
|
||||||
|
- 确认静态资源URL是否包含了正确的base路径
|
||||||
|
- 检查服务器配置是否正确处理了静态资源请求
|
||||||
|
|
||||||
|
4. **配置不生效**:
|
||||||
|
- 配置完成后重启服务器
|
||||||
|
- 清除浏览器缓存后重试
|
||||||
|
|
||||||
|
通过以上配置,您可以在同一服务器上成功部署多个使用`history`模式的uni-app H5应用,每个应用都能独立运行并支持刷新操作。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 通配符配置方案
|
||||||
|
|
||||||
|
### 场景说明
|
||||||
|
如果您的子目录有明确的命名规则(如您的`/hwapp/`、`/hwappx/test/`、`/hwappx/comoon/`、`/hwappx/1000/`等),可以使用通配符配置来简化服务器设置,避免为每个子目录手动添加配置。
|
||||||
|
|
||||||
|
### 子目录规则分析
|
||||||
|
根据您的子目录结构,可以分为两类:
|
||||||
|
1. 一级子目录:`/hwapp/`
|
||||||
|
2. `/hwappx/`下的所有二级子目录:`/hwappx/*/`
|
||||||
|
|
||||||
|
### 服务器通配符配置
|
||||||
|
|
||||||
|
#### 1. Nginx配置
|
||||||
|
使用正则表达式location来匹配子目录模式:
|
||||||
|
|
||||||
|
```nginx
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name yourdomain.com;
|
||||||
|
root /path/to/main/website;
|
||||||
|
index index.html;
|
||||||
|
|
||||||
|
# 静态文件缓存设置
|
||||||
|
location ~* \.(jpg|jpeg|png|gif|ico|css|js|ttf|woff|woff2)$ {
|
||||||
|
expires 7d;
|
||||||
|
add_header Cache-Control "public, no-transform";
|
||||||
|
}
|
||||||
|
|
||||||
|
# 匹配 /hwapp/ 一级子目录
|
||||||
|
location = /hwapp/ {
|
||||||
|
try_files $uri $uri/ /hwapp/index.html;
|
||||||
|
}
|
||||||
|
|
||||||
|
location ~ ^/hwapp/(.*)$ {
|
||||||
|
try_files $uri $uri/ /hwapp/index.html;
|
||||||
|
}
|
||||||
|
|
||||||
|
# 匹配 /hwappx/ 下的所有二级子目录,如 /hwappx/test/、/hwappx/comoon/、/hwappx/1000/ 等
|
||||||
|
location ~ ^/hwappx/([^/]+)/(.*)$ {
|
||||||
|
# 提取子目录名,重定向到对应目录的index.html
|
||||||
|
try_files $uri $uri/ /hwappx/$1/index.html;
|
||||||
|
}
|
||||||
|
|
||||||
|
# 主网站其他配置
|
||||||
|
location / {
|
||||||
|
# 原有主网站配置
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 2. Apache配置
|
||||||
|
|
||||||
|
##### 方法1:使用RewriteRule的正则表达式
|
||||||
|
|
||||||
|
在主网站根目录的`.htaccess`文件中添加:
|
||||||
|
|
||||||
|
```apache
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine On
|
||||||
|
|
||||||
|
# 匹配 /hwapp/ 一级子目录
|
||||||
|
RewriteRule ^hwapp/(.*)$ /hwapp/index.html [L]
|
||||||
|
|
||||||
|
# 匹配 /hwappx/ 下的所有二级子目录
|
||||||
|
RewriteRule ^hwappx/([^/]+)/(.*)$ /hwappx/$1/index.html [L]
|
||||||
|
</IfModule>
|
||||||
|
```
|
||||||
|
|
||||||
|
##### 方法2:在虚拟主机配置中使用
|
||||||
|
|
||||||
|
```apache
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerName yourdomain.com
|
||||||
|
DocumentRoot /path/to/main/website
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
|
||||||
|
# 匹配 /hwapp/ 一级子目录
|
||||||
|
RewriteRule ^/hwapp/(.*)$ /hwapp/index.html [L]
|
||||||
|
|
||||||
|
# 匹配 /hwappx/ 下的所有二级子目录
|
||||||
|
RewriteRule ^/hwappx/([^/]+)/(.*)$ /hwappx/$1/index.html [L]
|
||||||
|
|
||||||
|
# 主网站目录配置
|
||||||
|
<Directory /path/to/main/website>
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
|
</VirtualHost>
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 3. IIS配置
|
||||||
|
|
||||||
|
在主网站根目录的`web.config`文件中添加:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<configuration>
|
||||||
|
<system.webServer>
|
||||||
|
<rewrite>
|
||||||
|
<rules>
|
||||||
|
<!-- 匹配 /hwapp/ 一级子目录 -->
|
||||||
|
<rule name="History Mode hwapp Wildcard" stopProcessing="true">
|
||||||
|
<match url="^hwapp/.*" />
|
||||||
|
<conditions logicalGrouping="MatchAll">
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
|
||||||
|
</conditions>
|
||||||
|
<action type="Rewrite" url="/hwapp/index.html" />
|
||||||
|
</rule>
|
||||||
|
|
||||||
|
<!-- 匹配 /hwappx/ 下的所有二级子目录 -->
|
||||||
|
<rule name="History Mode hwappx Wildcard" stopProcessing="true">
|
||||||
|
<match url="^hwappx/([^/]+)/.*" />
|
||||||
|
<conditions logicalGrouping="MatchAll">
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
|
||||||
|
</conditions>
|
||||||
|
<action type="Rewrite" url="/hwappx/{R:1}/index.html" />
|
||||||
|
</rule>
|
||||||
|
</rules>
|
||||||
|
</rewrite>
|
||||||
|
</system.webServer>
|
||||||
|
</configuration>
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 4. Express.js配置
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
const express = require('express');
|
||||||
|
const path = require('path');
|
||||||
|
const app = express();
|
||||||
|
|
||||||
|
// 主网站静态文件
|
||||||
|
app.use(express.static(path.join(__dirname, 'main-website')));
|
||||||
|
|
||||||
|
// 匹配 /hwapp/ 一级子目录
|
||||||
|
app.use('/hwapp', express.static(path.join(__dirname, 'hwapp')));
|
||||||
|
app.get('/hwapp/*', (req, res) => {
|
||||||
|
res.sendFile(path.join(__dirname, 'hwapp', 'index.html'));
|
||||||
|
});
|
||||||
|
|
||||||
|
// 匹配 /hwappx/ 下的所有二级子目录
|
||||||
|
// 使用路由参数来捕获子目录名
|
||||||
|
app.get('/hwappx/:subdir/*', (req, res) => {
|
||||||
|
const subdir = req.params.subdir;
|
||||||
|
const appPath = path.join(__dirname, `hwappx/${subdir}`);
|
||||||
|
|
||||||
|
// 检查应用目录是否存在
|
||||||
|
const fs = require('fs');
|
||||||
|
if (fs.existsSync(appPath)) {
|
||||||
|
res.sendFile(path.join(appPath, 'index.html'));
|
||||||
|
} else {
|
||||||
|
res.status(404).send('Application not found');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// 为 /hwappx/ 下的每个子目录提供静态文件服务
|
||||||
|
app.use('/hwappx', express.static(path.join(__dirname, 'hwappx')));
|
||||||
|
|
||||||
|
app.listen(3000, () => {
|
||||||
|
console.log('Server is running on port 3000');
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
### 通配符配置优势
|
||||||
|
|
||||||
|
1. **减少配置量**:无需为每个新子目录手动添加配置
|
||||||
|
2. **自动适应**:新添加的符合规则的子目录会自动应用路由回退
|
||||||
|
3. **统一管理**:所有同类应用的配置集中管理,便于维护
|
||||||
|
4. **规则灵活**:可以根据实际需要调整正则表达式匹配规则
|
||||||
|
|
||||||
|
### 通配符配置注意事项
|
||||||
|
|
||||||
|
1. **规则顺序**:确保更具体的规则优先于通配符规则
|
||||||
|
2. **性能考虑**:过于复杂的正则表达式可能影响服务器性能
|
||||||
|
3. **目录验证**:在Express.js等代码级配置中,建议添加目录存在性检查
|
||||||
|
4. **冲突避免**:确保通配符规则不会与主网站或其他应用的路由冲突
|
||||||
|
5. **测试充分**:配置后要充分测试各种子目录的访问情况
|
||||||
|
|
||||||
|
### 验证方法
|
||||||
|
|
||||||
|
1. 部署一个符合规则的新子目录应用,如 `/hwappx/newapp/`
|
||||||
|
2. 访问应用首页:`http://yourdomain.com/hwappx/newapp/`
|
||||||
|
3. 导航到子页面并刷新,验证是否正常显示
|
||||||
|
4. 直接访问子页面URL,验证是否能正常加载
|
||||||
|
|
||||||
|
通过以上通配符配置,您可以轻松管理大量符合规则的子目录应用,避免重复配置工作。
|
||||||
140
docs/SERVER_ROUTER_FALLBACK_CONFIG.md
Normal file
140
docs/SERVER_ROUTER_FALLBACK_CONFIG.md
Normal file
@@ -0,0 +1,140 @@
|
|||||||
|
# H5 History模式服务器路由回退配置指南
|
||||||
|
|
||||||
|
## 配置原理
|
||||||
|
当使用H5的`history`路由模式时,所有直接访问的URL(如刷新页面)都会发送到服务器。服务器需要配置路由回退,将所有匹配不到实际文件的请求重定向到应用的`index.html`,让客户端路由处理URL。
|
||||||
|
|
||||||
|
## 服务器配置示例
|
||||||
|
|
||||||
|
### 1. Nginx配置
|
||||||
|
```nginx
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name yourdomain.com;
|
||||||
|
|
||||||
|
root /path/to/your/h5/dist;
|
||||||
|
index index.html;
|
||||||
|
|
||||||
|
# 静态文件直接返回
|
||||||
|
location ~* \.(jpg|jpeg|png|gif|ico|css|js|ttf|woff|woff2)$ {
|
||||||
|
expires 7d;
|
||||||
|
add_header Cache-Control "public, no-transform";
|
||||||
|
}
|
||||||
|
|
||||||
|
# 所有其他请求重定向到index.html
|
||||||
|
location / {
|
||||||
|
try_files $uri $uri/ /hwappx/test/index.html;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2. Apache配置
|
||||||
|
需要确保启用了`mod_rewrite`模块
|
||||||
|
|
||||||
|
#### .htaccess文件配置
|
||||||
|
```apache
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwappx/test/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwappx/test/index.html [L]
|
||||||
|
</IfModule>
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 虚拟主机配置
|
||||||
|
```apache
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerName yourdomain.com
|
||||||
|
DocumentRoot /path/to/your/h5/dist
|
||||||
|
|
||||||
|
<Directory /path/to/your/h5/dist>
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /hwappx/test/
|
||||||
|
RewriteRule ^index\.html$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /hwappx/test/index.html [L]
|
||||||
|
</Directory>
|
||||||
|
</VirtualHost>
|
||||||
|
```
|
||||||
|
|
||||||
|
### 3. Express.js配置
|
||||||
|
```javascript
|
||||||
|
const express = require('express');
|
||||||
|
const path = require('path');
|
||||||
|
const app = express();
|
||||||
|
|
||||||
|
// 静态文件服务
|
||||||
|
app.use('/hwappx/test/', express.static(path.join(__dirname, 'dist')));
|
||||||
|
|
||||||
|
// 路由回退
|
||||||
|
app.get('*', (req, res) => {
|
||||||
|
res.sendFile(path.join(__dirname, 'dist', 'index.html'));
|
||||||
|
});
|
||||||
|
|
||||||
|
app.listen(3000, () => {
|
||||||
|
console.log('Server is running on port 3000');
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
### 4. IIS配置
|
||||||
|
需要安装URL重写模块(URL Rewrite Module)
|
||||||
|
|
||||||
|
#### web.config文件配置
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<configuration>
|
||||||
|
<system.webServer>
|
||||||
|
<rewrite>
|
||||||
|
<rules>
|
||||||
|
<rule name="Handle History Mode and custom 404/500" stopProcessing="true">
|
||||||
|
<match url=".*" />
|
||||||
|
<conditions logicalGrouping="MatchAll">
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
||||||
|
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
|
||||||
|
</conditions>
|
||||||
|
<action type="Rewrite" url="/hwappx/test/index.html" />
|
||||||
|
</rule>
|
||||||
|
</rules>
|
||||||
|
</rewrite>
|
||||||
|
<staticContent>
|
||||||
|
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
|
||||||
|
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
|
||||||
|
</staticContent>
|
||||||
|
</system.webServer>
|
||||||
|
</configuration>
|
||||||
|
```
|
||||||
|
|
||||||
|
## 配置要点
|
||||||
|
|
||||||
|
1. **base路径设置**:确保服务器配置中的路径与`manifest.json`中的`base`配置一致
|
||||||
|
```json
|
||||||
|
"h5": {
|
||||||
|
"router": {
|
||||||
|
"mode": "history",
|
||||||
|
"base": "/hwappx/test/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
2. **静态资源处理**:确保图片、CSS、JS等静态文件能够被正确访问
|
||||||
|
|
||||||
|
3. **缓存策略**:为静态文件设置合理的缓存过期时间
|
||||||
|
|
||||||
|
## 验证配置
|
||||||
|
|
||||||
|
1. 部署配置后的应用到服务器
|
||||||
|
2. 访问应用首页
|
||||||
|
3. 导航到子页面(如`/hwappx/test/pages_tool/form/formdata?id=73&uniacid=2793`)
|
||||||
|
4. 刷新页面,验证页面是否正常显示
|
||||||
|
|
||||||
|
## 注意事项
|
||||||
|
|
||||||
|
- 配置完成后需要重启服务器生效
|
||||||
|
- 确保服务器有权限读取配置文件
|
||||||
|
- 对于HTTPS站点,需要在对应的HTTPS配置中添加相同的路由回退规则
|
||||||
|
- 如果使用CDN,需要确保CDN也配置了相应的路由回退规则
|
||||||
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'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,4 +45,16 @@ export const lang = {
|
|||||||
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',
|
||||||
}
|
}
|
||||||
|
|||||||
1
lang/zh-cn/agreement/contenr.js
Normal file
1
lang/zh-cn/agreement/contenr.js
Normal file
@@ -0,0 +1 @@
|
|||||||
|
export const lang = {}
|
||||||
@@ -19,5 +19,16 @@ export const lang = {
|
|||||||
currencySymbol: '¥',
|
currencySymbol: '¥',
|
||||||
submit: '提交',
|
submit: '提交',
|
||||||
searchTip: '请输入搜索关键词'
|
searchTip: '请输入搜索关键词'
|
||||||
}
|
},
|
||||||
|
|
||||||
|
login: '登录/注册',
|
||||||
|
loginTpis: '点击登录 享受更多精彩信息',
|
||||||
|
toLogin: '去登录',
|
||||||
|
toGoodsCategoryPage: '去逛逛',
|
||||||
|
|
||||||
|
waitpay: '待付款',
|
||||||
|
waitsend: '待发货',
|
||||||
|
waitconfirm: '待收货',
|
||||||
|
activist: '售后',
|
||||||
|
completed: '已完成',
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user