Compare commits
2 Commits
749ae69114
...
770ca67616
| Author | SHA1 | Date | |
|---|---|---|---|
| 770ca67616 | |||
| a1df8827ec |
@@ -152,9 +152,8 @@ function back() {
|
|||||||
// uni.navigateBack({
|
// uni.navigateBack({
|
||||||
// delta: 1
|
// delta: 1
|
||||||
// })
|
// })
|
||||||
// window.location.href='https://www.xjksly.cn/mechine-single-vue/'
|
window.location.href='https://www.xjksly.cn/mechine-single-vue/'
|
||||||
window.parent.changeParentLocation("https://www.xjksly.cn/mechine-single-vue/");
|
|
||||||
|
|
||||||
// uni.reLaunch({
|
// uni.reLaunch({
|
||||||
// url: '/pages/index/index'
|
// url: '/pages/index/index'
|
||||||
// })
|
// })
|
||||||
@@ -311,8 +310,8 @@ function formatYear(dateStr) {
|
|||||||
view{box-sizing: border-box;display: block;}
|
view{box-sizing: border-box;display: block;}
|
||||||
.container{
|
.container{
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
min-height: 100vh;
|
min-height: 1920px;
|
||||||
min-width: 100vw;
|
min-width: 1080px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
/* 自定义导航栏 */
|
/* 自定义导航栏 */
|
||||||
|
|||||||
@@ -209,9 +209,7 @@ export default {
|
|||||||
// uni.navigateBack({
|
// uni.navigateBack({
|
||||||
// delta: 1
|
// delta: 1
|
||||||
// })
|
// })
|
||||||
// window.location.href='https://www.xjksly.cn/mechine-single-vue/'
|
window.location.href='https://www.xjksly.cn/mechine-single-vue/'
|
||||||
window.parent.changeParentLocation("https://www.xjksly.cn/mechine-single-vue/");
|
|
||||||
|
|
||||||
// uni.reLaunch({
|
// uni.reLaunch({
|
||||||
// url: '/pages/index/index'
|
// url: '/pages/index/index'
|
||||||
// })
|
// })
|
||||||
|
|||||||
Reference in New Issue
Block a user