@@ -231,7 +231,7 @@ export default {
function (msg) {
_this.$dialog.alert({
title: '提示',
- message: msg
+ message: msg + ',请尝试截图保存分享'
});
(1).then(() => {
_this.preview(0, [_this.img]);
@@ -18,7 +18,7 @@ export default {
};
}
if (process.env.NODE_ENV == 'development') {
- app.config.globalProperties.$rating = 40;
+ app.config.globalProperties.$rating = 30;
} else {
app.config.globalProperties.$rating = 1000;
@@ -222,9 +222,8 @@ export default {
.then(() => {
this.$dialog
.alert({
- title: '稍等一下哦',
- message:
- '前方发生拥堵,工程师小哥哥正在加急处理,下单的藏品后续会直接出现在藏品室哦~'
+ title: '正在排队中...',
+ message: '您的铸造订单正在排队,下单的藏品后续会直接出现在藏品室哦~'
})
.then(res => {
this.$router.back();