添加试题显示图片
This commit is contained in:
parent
e13c96765a
commit
28089d7837
4
main.js
4
main.js
@ -37,9 +37,9 @@ if (process.env.NODE_ENV === 'development') {
|
|||||||
console.log('开发环境')
|
console.log('开发环境')
|
||||||
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
|
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
|
||||||
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
||||||
Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
// Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||||
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
|
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
|
||||||
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
|
Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
|
||||||
// Vue.prototype.url_config = ' http://192.168.34.221:28888/' //郭圣雄本地
|
// Vue.prototype.url_config = ' http://192.168.34.221:28888/' //郭圣雄本地
|
||||||
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
||||||
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
|
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
"name" : "智慧安全", //中建四局
|
"name" : "智慧安全", //中建四局
|
||||||
"appid" : "__UNI__4AA4101",
|
"appid" : "__UNI__4AA4101",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.5.8",
|
"versionName" : "1.5.9",
|
||||||
"versionCode" : 158,
|
"versionCode" : 159,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@ -10,7 +10,9 @@
|
|||||||
<view class="beginexam" v-for="(item,index) in stList" :key="index" v-show="index == stIndex">
|
<view class="beginexam" v-for="(item,index) in stList" :key="index" v-show="index == stIndex">
|
||||||
<view class="questionTitle">
|
<view class="questionTitle">
|
||||||
<text class="text">{{index + 1}}、</text>
|
<text class="text">{{index + 1}}、</text>
|
||||||
<text class="text">{{item.questionName}}({{item.score||0}}分)</text>
|
<!-- <text class="text">{{item.questionName}}({{item.score||0}}分)</text> -->
|
||||||
|
<text class="text" v-html="item.questionName"></text>
|
||||||
|
<text>({{item.score||0}}分)</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="radio-content">
|
<view class="radio-content">
|
||||||
<radio-group @change="radioChange" class="radio-boxs" v-if="item.type == 1">
|
<radio-group @change="radioChange" class="radio-boxs" v-if="item.type == 1">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user