切换导航条
此项目
正在载入...
登录
miniprogram
/
school
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
lihongjuan
5 years ago
提交
76166215c1280047c9660420f057cd6ef8927a73
1 个父辈
6b1cc4e6
1
隐藏空白字符变更
内嵌
并排对比
正在显示
7 个修改的文件
包含
16 行增加
和
11 行删除
src/App.vue
src/components/tabvue/tabvue.vue
src/pages/homePage/buyCard.vue
src/pages/homePage/collegeHome.vue
src/pages/register/register.vue
src/pages/school/schoolDetails.vue
src/pages/school/schoolMsg.vue
src/App.vue
查看文件 @
7616621
...
...
@@ -100,8 +100,8 @@
},
globalData: {
userInfo: null,
baseUrl: 'https://school.t.brotop.cn/api/',
imageBaseUrl: 'http://school.t.brotop.cn'
baseUrl:'https://school.t.brotop.cn/api/',
imageBaseUrl:'http://school.t.brotop.cn'
},
}
</script>
...
...
src/components/tabvue/tabvue.vue
查看文件 @
7616621
...
...
@@ -128,4 +128,6 @@
<style>
</style>
...
...
src/pages/homePage/buyCard.vue
查看文件 @
7616621
...
...
@@ -144,6 +144,7 @@
})
},
payment(res) {
let that = this;
var timeStamp = res.timeStamp.toString();
// console.log(timeStamp);
...
...
src/pages/homePage/collegeHome.vue
查看文件 @
7616621
...
...
@@ -72,15 +72,13 @@ data(){
methods:{
toPubArticle(){
let token=uni.getStorageSync("token");
if(token==''{
if(token==''
)
{
uni.showToast({
title:'请登录后操作',
icon:'none'
})
}else{
wx.navigateTo({
url:"./pubArticle"
})
}
},
...
...
src/pages/register/register.vue
查看文件 @
7616621
...
...
@@ -257,7 +257,6 @@
font-size: 28rpx;
margin-top: 20rpx;
}
.btn_group {
width: 226rpx;
height: 352rpx;
...
...
@@ -266,7 +265,8 @@
left: 0;
background: transparent;
border: none;
outline: none
outline: none;
}
}
}
...
...
src/pages/school/schoolDetails.vue
查看文件 @
7616621
...
...
@@ -19,7 +19,7 @@
<rich-text :nodes="university.des_content" v-else></rich-text>
<text style="color:#81C3BF" v-if="university.des_content!=''">[更多]</text>
<text style="color:#81C3BF
;width:400rpx
" v-if="university.des_content!=''">[更多]</text>
</view>
</view>
...
...
@@ -469,7 +469,11 @@ export default {
color:#06121E;
font-size: 24rpx;
width: 500rpx;
height: 106rpx;
height: 118rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
}
...
...
src/pages/school/schoolMsg.vue
查看文件 @
7616621
...
...
@@ -3,7 +3,7 @@
<image class="background" :src="universitylist.des_image=='http://school.t.brotop.cn'?'../../static/bg_img@2x.png':universitylist.des_image"></image>
<view class="titleBox">
<view class="title">{{universitylist.name}}</view>
<view class="eng">
Hebei University of Technology
</view>
<view class="eng">
{{universitylist.name_en}}
</view>
</view>
<view class="schoolMsg">
...
...
请
注册
或
登录
后发表评论