diff --git a/components/lx-progress-bar/lx-progress-bar.vue b/components/lx-progress-bar/lx-progress-bar.vue index 2065c19..24b73eb 100644 --- a/components/lx-progress-bar/lx-progress-bar.vue +++ b/components/lx-progress-bar/lx-progress-bar.vue @@ -36,7 +36,7 @@ class="bar-text" :style="{ color: textColor, fontSize: textSize }" > - {{ singleText }} + {{ total == 0 ? '100%' : singleText }} diff --git a/manifest.json b/manifest.json index 56e7349..f1efce4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "海通Pad", "appid" : "__UNI__F864E80", "description" : "", - "versionName" : "1.0.7", + "versionName" : "1.1.1", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages/index/instruct.vue b/pages/index/instruct.vue index 04a8a40..89a0a6d 100644 --- a/pages/index/instruct.vue +++ b/pages/index/instruct.vue @@ -3,19 +3,19 @@ -