html
<div class="daohang" :class="{ flex: topx < top }">
<div class="leftr" @click=&qu...
yekong
4年前 (2021-03-26)
喜欢
修改pages.json
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText&...
yekong
4年前 (2021-03-24)
喜欢
onLaunch: function () {
// app 锁定横屏
// plus.screen.lockOrientation("landscape-primary");
// app 锁定竖屏
plus.scree...
yekong
4年前 (2021-03-15)
喜欢
main.js 引用 /MinRequest.js /api.js
import Vue from 'vue'
import App from './App'
import MinRequest from './MinRequest.js...
yekong
4年前 (2021-02-24)
喜欢
原生标题栏按钮配置
{
"path": "pages/goods/goods-admin",
"style": {
"naviga...
yekong
4年前 (2021-01-31)
喜欢
this.$nextTick(function() {
setTimeout(() => { uni.pageScrollTo({scrollTop: 99999, duration: 0});}, 50);
...
yekong
4年前 (2021-01-27)
喜欢
安装依赖
npm install --save vuex-persistedstate
修改store/index.js
import createPersistedState from 'vuex-persistedstate'
const vuexPers...
yekong
4年前 (2021-01-25)
喜欢
<scroll-view
scroll-y
:scroll-top="scrollTop">
</scroll-view>
gotop() {
...
yekong
4年前 (2021-01-20)
喜欢
uni.pageScrollTo({
duration:0,
scrollTop:0
})
...
yekong
4年前 (2021-01-19)
喜欢
css
.homehead {
padding-top: var(--status-bar-height); //是计算状态栏的高度
}
...
yekong
4年前 (2021-01-14)
喜欢