This commit is contained in:
liuye
2023-02-16 15:48:00 +08:00
parent 0a241dd286
commit 39cc46e910
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="page"> <div class="page">
<u-navbar title="法曲靖" title-color="#000" title-width="300" title-size="26" :background="backgroundNavbar" :is-back="false" :title-bold="true"></u-navbar> <u-navbar title="法曲靖" title-color="#000" title-width="300" title-size="32" :background="backgroundNavbar" :is-back="false" :title-bold="true"></u-navbar>
<div class="header-bg"> <div class="header-bg">
<div class="header-info"> <div class="header-info">
<div class="search-wrap"> <div class="search-wrap">
@@ -247,7 +247,7 @@ export default {
onShareAppMessage() { onShareAppMessage() {
return { return {
title: '欢迎使用法曲靖平台~', title: '欢迎使用法曲靖平台~',
path: `/pages/AppHome/AppHome` path: `/pages/AppHome/AppHome`
} }
}, },

View File

@@ -1,7 +1,7 @@
<template> <template>
<div class="page"> <div class="page">
<div class="header-bg"> <div class="header-bg">
<u-navbar title="积分明细" title-color="#FFF" title-width="300" title-size="26" :background="backgroundNavbar" back-icon-color="#fff" :title-bold="true"></u-navbar> <u-navbar title="积分明细" title-color="#FFF" title-width="300" title-size="26" :background="backgroundNavbar" back-icon-color="#fff"></u-navbar>
<div class="header-info"> <div class="header-info">
<p>我的积分</p> <p>我的积分</p>
<h1>142</h1> <h1>142</h1>