|
|
@@ -1,5 +1,9 @@ |
|
|
|
<template>
|
|
|
|
<view class="page">
|
|
|
|
<!-- 毛玻璃 -->
|
|
|
|
<view class="glass">
|
|
|
|
<image src="../../assets/img/homeImg.png" mode="scaleToFill" />
|
|
|
|
</view>
|
|
|
|
<view class="showImgBox imgContenBox"
|
|
|
|
><image :src="styleData.coverImg"
|
|
|
|
/></view>
|
|
|
@@ -31,7 +35,7 @@ import { |
|
|
|
|
|
|
|
//#region 初始化
|
|
|
|
const styleId = ref(null);
|
|
|
|
const styleData = ref(null);
|
|
|
|
const styleData = ref({});
|
|
|
|
onLoad((options) => {
|
|
|
|
styleId.value = options.id;
|
|
|
|
getInfo();
|
|
|
|