更改小程序名称
parent
323e0fb3e0
commit
b31e488cfe
|
@ -16,7 +16,7 @@
|
||||||
return {
|
return {
|
||||||
userInfo: {}, //用户信息
|
userInfo: {}, //用户信息
|
||||||
imgSrc: '/static/public/logo.jpg', //默认logo头像
|
imgSrc: '/static/public/logo.jpg', //默认logo头像
|
||||||
appletName:'传武佳', //小程序名称
|
appletName:'萌狮武术', //小程序名称
|
||||||
isShowP:false,
|
isShowP:false,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<status-container :ifReturn="false" titlet="传武佳小程序">
|
<status-container :ifReturn="false" titlet="萌狮武术">
|
||||||
<view slot="content">
|
<view slot="content">
|
||||||
<view class="" style="margin-top: -20rpx;">
|
<view class="" style="margin-top: -20rpx;">
|
||||||
<swiper-pu :bannerList="bannerList" newBottom="20rpx" newHeight="460rpx"></swiper-pu>
|
<swiper-pu :bannerList="bannerList" newBottom="20rpx" newHeight="460rpx"></swiper-pu>
|
||||||
|
|
Loading…
Reference in New Issue