<template> <page-meta v-bind="pageMetaBindValue"> <navigation-bar v-bind="navigationBarBindValue" /> </page-meta> <view class="content"> <slot /> </view> </template> <script setup lang="ts"> import type { WrapperPropsType } from './wrapper' import { omit } from 'lodash-es' im...
用法错误,页面内容不要放置到page-meta里边,查看文档 https://uniapp.dcloud.net.cn/component/page-meta.html <template> <page-meta> </page-meta> <view class="content"> </view> </template> 👍 1 fxy060608 closed this as completed Apr 15, 2022 Sign up for free to join this conversatio...
const { data: res } = await uni.$http.get('/api/public/v1/home/floordata') if (res.meta.status !== 200) return uni.$showMsg() // 通过双层 forEach 循环,处理res中的 URL 地址,将地址的查询部分分割出来重新连接到指向分包的 URL res.message.forEach(floor => { floor.product_list.for...
2019-12-19 09:39 −1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 <style>... Tide潮流 0 232 border-radius实例2-实现圆弧效果 2019-12-03 14:03 −一、border-radius 最大值100% /* border-radius的最大值是100% */ .block { width: 100...
Pieces0310 0 554 if语句 2019-12-05 23:01 −<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, init... loongw 0 547 <1>