Browse Source

基础信息二维码添加,登录界面轮播图修改

master
aBin 4 years ago
parent
commit
6a7a0d176c
  1. 11
      .hbuilderx/launch.json
  2. 50
      pages.json
  3. 19
      pages/Basics/Basics.vue
  4. 2
      pages/First/First.vue
  5. BIN
      static/item00.png

11
.hbuilderx/launch.json

@ -0,0 +1,11 @@
{ // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtypelocalremote, localremote
"version": "0.0",
"configurations": [{
"type": "uniCloud",
"default": {
"launchtype": "local"
}
}
]
}

50
pages.json

@ -96,35 +96,35 @@
"navigationBarBackgroundColor": "#f8f8f8"
}
}
,{
"path" : "pages/Project/PatternMatch",
"style" : {
,{
"path" : "pages/Project/PatternMatch",
"style" : {
"navigationBarTitleText": "花样赛项目",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#f8f8f8"
}
}
,{
"path" : "pages/Login/Retrieve",
"style" : {}
}
,{
"path" : "pages/Project/MatchDetail/TeamMatch",
"style" : {}
}
,{
"path" : "pages/Project/MatchDetail/TeamDetail",
"style" : {}
}
,{
"path" : "pages/First/Choose",
"style" : {
"navigationBarTitleText": "选择比赛类型",
"navigationBarTextStyle": "#0a97c6",
"navigationBarBackgroundColor": "#6D99F2"
}
}
],
}
,{
"path" : "pages/Login/Retrieve",
"style" : {}
}
,{
"path" : "pages/Project/MatchDetail/TeamMatch",
"style" : {}
}
,{
"path" : "pages/Project/MatchDetail/TeamDetail",
"style" : {}
}
,{
"path" : "pages/First/Choose",
"style" : {
"navigationBarTitleText": "选择比赛类型",
"navigationBarTextStyle": "#0a97c6",
"navigationBarBackgroundColor": "#6D99F2"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "2021年山西省学生跳绳比赛报名系统",

19
pages/Basics/Basics.vue

@ -12,11 +12,24 @@
</radio-group>
<text v-if="item.type === 1" class="asfe-title" @click="jump">{{ item.title }}</text>
</view>
<view v-if="index === 0" class="tips">
<view>
请填写单位全称XXXX学校
</view>
<view>
此名称将出现在秩序册成绩册获奖证书等
</view>
</view>
</view>
<button v-show="sub" class="btn cu-btn bg-green margin-tb-sm lg" @click="submit">
<text v-if="!chan">确定提交</text>
<text v-else>确定修改</text>
</button>
<view v-if="!sub">
<view style="width:400rpx;margin: 0 175rpx;text-align: center;">请扫码进群~</view>
<img v-if="type === 6" src="https://www.tall.wiki/staticrec/ty.jpg" style="width:400rpx;margin: 0 175rpx;" ></img>
<img v-else-if="type === 4" src="https://www.tall.wiki/staticrec/lf.jpg" style="width:400rpx;margin: 0 175rpx;" ></img>
</view>
</view>
</template>
@ -78,7 +91,7 @@ import { savecompany } from 'api/savecompany'
// imgList: []
}
},
computed:mapState('project',['companyId','data']),
computed:mapState('project',['companyId','data','type']),
methods: {
...mapMutations('project',['setCompanyId']),
radioChange() {
@ -227,4 +240,8 @@ import { savecompany } from 'api/savecompany'
.fbt {
color: $red;
}
.tips {
color: $gray;
font-size: 12px;
}
</style>

2
pages/First/First.vue

@ -108,6 +108,8 @@ import { overview } from 'api/overview'
if (datalist && datalist.companyId) {
that.setCompanyId(datalist.companyId)
that.datalist = datalist
} else {
that.setCompanyId(0)
}
}
}catch(e){

BIN
static/item00.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Loading…
Cancel
Save