提交 0d8d1081 authored 作者: lhh's avatar lhh

链接-紫荆商城 ps:缺少商城链接的logo

上级 68fd12c1
...@@ -525,7 +525,9 @@ const platformList = [ ...@@ -525,7 +525,9 @@ const platformList = [
{ {
title: '访问紫荆商城', title: '访问紫荆商城',
onClick() { onClick() {
window.open('https://www.macrozheng.com/app/#/') window.open(
`https://mall-h5-web.ezijing.com?id=${route.query.id}&experiment_id=${route.query.experiment_id}`
)
} }
} }
] ]
......
...@@ -210,7 +210,9 @@ const popoverText = function (row: any) { ...@@ -210,7 +210,9 @@ const popoverText = function (row: any) {
<template #footer> <template #footer>
<el-row justify="center"> <el-row justify="center">
<el-button round auto-insert-space @click="$emit('update:modelValue', false)">关闭</el-button> <el-button round auto-insert-space @click="$emit('update:modelValue', false)">关闭</el-button>
<el-button type="primary" round auto-insert-space @click="handleSubmit" v-if="props.data?.can_edit !== '0'">保存</el-button> <el-button type="primary" round auto-insert-space @click="handleSubmit" v-if="props.data?.can_edit !== '0'"
>保存</el-button
>
</el-row> </el-row>
</template> </template>
</el-dialog> </el-dialog>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论