瀏覽代碼

Merge branch 'startLogin'

mo 1 年之前
父節點
當前提交
789fc84588

+ 1 - 0
src/components/timerMeter/index.module.less

@@ -3,6 +3,7 @@
   display: flex;
   flex-direction: column;
   align-items: center;
+  border-radius: 0 0 16px 16px;
 
   .timerTop {
     width: 276px;

+ 5 - 1
src/custom-plugins/guide-page/attent-guide.tsx

@@ -11,10 +11,13 @@ import {
 import styles from './index.module.less';
 import { getImage } from './images';
 import { px2vw, px2vwH } from '@/utils/index';
+import { useRoute } from 'vue-router';
 export default defineComponent({
   name: 'attent-guide',
   emits: ['close'],
   setup(props, { emit }) {
+    const route = useRoute()
+    console.log(route.query)
     const data = reactive({
       box: {
         height: '0px'
@@ -25,6 +28,7 @@ export default defineComponent({
             width:  px2vw(840),
             height:  px2vw(295)
        */
+
       steps: [
         {
           ele: '',
@@ -99,7 +103,7 @@ export default defineComponent({
         },
         {
           ele: '',
-          img: getImage('attent4.png'),
+          img: route.query.type=='preview'? getImage('attent5.png'): getImage('attent4.png'),
           imgStyle: {
             top: '100%',
             left:  px2vw(-2),

二進制
src/custom-plugins/guide-page/images/attent5.png