-
-
检测页价格展示
-
本服务检测页面是否展示价格
+
+
-
-
-
+
+
+
+
+

+ 返回
+
+
+

+
设置保存成功
+
+
+
+

+
PC端预览
+
+
点击上方网址访问
+
+
+

+
手机H5预览
+
+
微信扫码预览
+
+
+

+
小程序预览
+
+
微信扫码预览
-
-
+
+
+ 返回展示设置
+
+
+
保存
@@ -112,12 +155,12 @@ export default {
components: {
GuipButton,
GuipInput, PromptText, GuipSwitch, GuipFormItem, HoverButton
-
},
data(){
return {
token: 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3NTAwNTM3MjQsIm5iZiI6MTc1MDA1MzcyNCwiZXhwIjoxNzUyNjQ1NzI0LCJ1c2VyIjoic3VidXNlciIsImxvZ2luX3R5cGUiOjAsImFpZCI6IjEifQ.xyIqBLelB-k6jCifgRevBJTyg_Qrm6m1e4OcHhOpepU',
info:{},
+ saveSuccess: false,
//添加按钮样式
saveBtnStyleObj: {
width: '144px',
@@ -131,6 +174,9 @@ export default {
this.info = this.serviceInfo
},
methods:{
+ saveBack(){
+ this.saveSuccess = false
+ },
onSwitchChange(attr){
this.info[attr] = this.info[attr] === 1 ? 0 : 1
},
@@ -141,6 +187,7 @@ export default {
obj.title = this.info.title
obj.subtitle = this.info.subtitle
obj.desc = this.info.desc
+ obj.sort_id = this.info.sort_id
obj.is_display_price = this.info.is_display_price
obj.is_index_display = this.info.is_index_display
obj.is_recommend = this.info.is_recommend
@@ -154,6 +201,7 @@ export default {
if(response.status){
that.$message.success('保存成功');
that.$emit('saveEvent', that.info)
+ // that.saveSuccess = true
return true;
}
that.$message.success(response.info);
@@ -196,4 +244,101 @@ export default {
margin: 0;
}
}
+
+.back-area{
+ display: flex;
+ font-size: 14px;
+ letter-spacing: 0.08em;
+ color: #626573;
+ line-height: 16px;
+ img{
+ width: 16px;
+ height: 16px;
+ margin-right: 6px;
+ }
+}
+
+.success-area{
+ font-size: 18px;
+ font-weight: bold;
+ line-height: 24px;
+ letter-spacing: 0.06em;
+ color: #1E2226;
+ margin-bottom: 52px;
+ img{
+ width: 50px;
+ height: 50px;
+ margin-bottom: 12px;
+ }
+}
+
+.pro-list{
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ gap: 32px;
+ letter-spacing: 0.08em;
+ .pro-item{
+ width: 300px;
+ height: 293px;
+ border-radius: 20px;
+ border: 1px solid #DFE2E6;
+ padding: 42px 0;
+ box-sizing: border-box;
+ .pro-name{
+ font-size: 16px;
+ font-weight: bold;
+ color: #1E2226;
+ margin-top: 12px;
+ }
+
+ .pro-link{
+ margin-top: 32px;
+ .link-code{
+ width: 80px;
+ height: 80px;
+ }
+
+ a{
+ align-items: center;
+ justify-content: center;
+ font-size: 14px;
+ color: #006AFF;
+ text-decoration: none;
+ img{
+ width: 16px;
+ height: 16px;
+ vertical-align: middle;
+ margin-right: 12px;
+ }
+ span{
+ width: 200px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+ }
+ }
+
+ .pro-desc{
+ font-size: 12px;
+ color: #8A9099;
+ margin-top: 12px;
+ }
+ }
+}
+
+.back-btn{
+ width: 144px;
+ height: 46px;
+ border-radius: 4px;
+ border: 1px solid #006AFF;
+ padding: 14px 2px;
+ gap: 6px;
+ font-size: 14px;
+ text-align: center;
+ letter-spacing: 0.08em;
+ color: #006AFF;
+ box-sizing: border-box;
+ margin: 52px auto 0;
+}
\ No newline at end of file