|
|
@@ -116,12 +116,12 @@ function openReview(item: InheritorCheckListRow) {
|
|
|
confirm({
|
|
|
title: '提示',
|
|
|
content: '管理员请登录电脑版,审核浏览更方便, 地址 https://zycj.wenlvti.net/',
|
|
|
- confirmText: '确认',
|
|
|
- cancelText: '取消',
|
|
|
+ confirmText: '电脑版',
|
|
|
+ cancelText: '手机版',
|
|
|
}).then((res) => {
|
|
|
- if (!res) {
|
|
|
+ if (res) {
|
|
|
uni.setClipboardData({
|
|
|
- data: 'https://zycj.wenlvti.net/',
|
|
|
+ data: 'https://zycj.wenlvti.net',
|
|
|
toast: false,
|
|
|
success: () => {
|
|
|
toast('已复制网址到剪贴板,请在电脑上打开!');
|