Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 391 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 391 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 30 KiB |
@@ -2,8 +2,8 @@
|
||||
"name" : "tra-app",
|
||||
"appid" : "__UNI__EDE0E52",
|
||||
"description" : "",
|
||||
"versionName" : "0.0.2",
|
||||
"versionCode" : 2,
|
||||
"versionName" : "0.0.3",
|
||||
"versionCode" : 3,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<!-- <img class="w_100" src="/src/static/images/test/touxiang.png" mode="widthFix" /> -->
|
||||
</view>
|
||||
<view class="num-box">
|
||||
<view class="font_pf fz-28 c-666">综合评分(1-10)</view>
|
||||
<view class="font_pf fz-28 c-666">综合评分</view>
|
||||
<view class="slider-box">
|
||||
<slider
|
||||
:min="0"
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
});
|
||||
const goTest = () => {
|
||||
console.log('goTest');
|
||||
common.navigateTo('/pages/test/index');
|
||||
// common.navigateTo('/pages/test/index');
|
||||
};
|
||||
|
||||
const click_loginout = () => {
|
||||
|
||||