feat:初始提交uni-app项目
This commit is contained in:
1
unpackage/dist/build/mp-weixin/pages/classify/classify.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/classify/classify.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const e=require("../../common/vendor.js"),a=require("../../api/apis.js");if(!Array){(e.resolveComponent("custom-nav-bar")+e.resolveComponent("theme-item"))()}Math||((()=>"../../components/custom-nav-bar/custom-nav-bar.js")+(()=>"../../components/theme-item/theme-item.js"))();const t={__name:"classify",setup(t){const s=e.ref([]);return(async()=>{let e=await a.apiGetClassify({pageSize:15});s.value=e.data})(),e.onShareAppMessage((e=>({title:"hzb壁纸,精选分类",path:"/pages/classfy/classfy"}))),e.onShareTimeline((()=>({title:"hzb壁纸,精选分类",imageUrl:"/static/images/logo2.jpg"}))),(a,t)=>({a:e.p({title:"分类"}),b:e.f(s.value,((a,t,s)=>({a:a._id,b:"05ae22c8-1-"+s,c:e.p({item:a})})))})}},s=e._export_sfc(t,[["__scopeId","data-v-05ae22c8"]]);t.__runtimeHooks=6,wx.createPage(s);
|
||||
9
unpackage/dist/build/mp-weixin/pages/classify/classify.json
vendored
Normal file
9
unpackage/dist/build/mp-weixin/pages/classify/classify.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"navigationBarTitleText": "分类",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom",
|
||||
"usingComponents": {
|
||||
"custom-nav-bar": "../../components/custom-nav-bar/custom-nav-bar",
|
||||
"theme-item": "../../components/theme-item/theme-item"
|
||||
}
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/pages/classify/classify.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/classify/classify.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="classLayout pageBg data-v-05ae22c8"><custom-nav-bar wx:if="{{a}}" class="data-v-05ae22c8" u-i="05ae22c8-0" bind:__l="__l" u-p="{{a}}"></custom-nav-bar><view class="classify data-v-05ae22c8"><theme-item wx:for="{{b}}" wx:for-item="item" wx:key="a" class="data-v-05ae22c8" u-i="{{item.b}}" bind:__l="__l" u-p="{{item.c}}"></theme-item></view></view>
|
||||
1
unpackage/dist/build/mp-weixin/pages/classify/classify.wxss
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/classify/classify.wxss
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.classLayout .classify.data-v-05ae22c8{padding:30rpx;display:grid;grid-template-columns:repeat(3,1fr);gap:15rpx}
|
||||
Reference in New Issue
Block a user