From 5536a33dbd29c1631ded3b6995dab5d0837ff3d9 Mon Sep 17 00:00:00 2001 From: sundongyu <2811054731@qq.com> Date: Wed, 17 Apr 2024 23:37:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 13 ----- pages/index/index.vue | 130 ++++++++++++++++++++++++++++++++++++++---- 2 files changed, 120 insertions(+), 23 deletions(-) diff --git a/main.js b/main.js index 234139f..1c10c11 100644 --- a/main.js +++ b/main.js @@ -1,18 +1,6 @@ import App from './App'; import uviewPlus from '@/uni_modules/uview-plus'; -// #ifndef VUE3 -import Vue from 'vue'; -import './uni.promisify.adaptor'; -Vue.config.productionTip = false; -App.mpType = 'app'; -const app = new Vue({ - ...App -}); -app.$mount(); -// #endif - -// #ifdef VUE3 import { createSSRApp } from 'vue'; export function createApp() { const app = createSSRApp(App); @@ -21,4 +9,3 @@ export function createApp() { app }; } -// #endif diff --git a/pages/index/index.vue b/pages/index/index.vue index c432d9e..01a6baa 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -19,11 +19,59 @@ - - 1 - 2 - 3 - 4 + + + + + ¥ + 888.00 + + + + + + + + 刚开球,来得及! + + + + + 人名 + + 2024-04-11 18:59:52 + + + + + + + + + + 推荐高手 + + 查看更多 + + + + + + + + + 人名 + + + + 9连红 + 近20中15 + + 行走江湖多年关系网遍布全球 + 全球,周易,五行,术数 + + + @@ -45,7 +93,10 @@ const text = ref([ txt: '高玩区' } ]); - +const src = ref({ + src: 'http://pic2.sc.chinaz.com/Files/pic/pic9/202002/hpic2119_s.jpg', + text: '无头像' +}); // #ifdef H5 || APP console.log('运行在 App'); // #endif @@ -58,13 +109,12 @@ console.log('不是运行在微信小程序');