Browse Source

提交代码

master
杨豪 3 years ago
parent
commit
fbc63f31ac
  1. 2
      config/index.js
  2. 3
      pages/course/detail.vue
  3. BIN
      static/img1.png
  4. BIN
      static/nav.png
  5. BIN
      static/pause.png
  6. BIN
      static/play.png
  7. BIN
      static/plus.png
  8. BIN
      static/record.png
  9. BIN
      static/stop.png
  10. BIN
      static/template.png
  11. BIN
      static/templateHL.png
  12. BIN
      static/templateIndex.png
  13. 2
      utils/request.js

2
config/index.js

@ -1,7 +1,7 @@
// export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api';
// export const VUE_APP_API_URL = 'https://wxapi.yixiang.co/api'
// export const VUE_APP_API_URL = 'http://10.11.32.109:8088/api'
// export const VUE_APP_API_URL = 'http://10.11.32.103:8088/api/'
// export const VUE_APP_API_URL = 'http://192.168.1.34:8088/api/'
export const VUE_APP_API_URL = 'https://www.cyjyyjy.com/api'
// export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api';
// export const VUE_APP_API_URL = 'https://thapi.xinxintuan.co/api'

3
pages/course/detail.vue

@ -128,8 +128,7 @@
</view>
<view class="signin-btn" @click="signInClick(2)">立即报名</view>
</view>
<view class="signin-btn" v-if="yhStatus == 2 && (yhStatus == 1 || yhStatus == 3)">报名已截止 请关注下期</view>
<view class="signin-btn" v-if="yhStatus == 2">报名已截止 请关注下期</view>
<!-- 在线直播 -->
<view class="signin-btn call-btn" v-if="yhStatus == 4 " @click="signInClick(3)" >立即观看</view>
<view class="signin-btn call-btn" v-if="yhStatus == 5 " @click="signInClick(3)" >查看回放</view>

BIN
static/img1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

BIN
static/nav.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
static/pause.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

BIN
static/play.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

BIN
static/plus.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

BIN
static/record.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

BIN
static/stop.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

BIN
static/template.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 B

BIN
static/templateHL.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 B

BIN
static/templateIndex.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

2
utils/request.js

@ -64,7 +64,7 @@ function baseRequest(options) {
options.headers = {
...options.headers,
version: '2.0',
dept: 0
dept: 2
}
if (options.login === true) {

Loading…
Cancel
Save