diff --git a/pages/mine/index.vue b/pages/mine/index.vue index f1fb273..796febe 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -86,6 +86,31 @@ + + 当期拓展 + + + + 左区 {{ balanceProgress.leftValue || 0 }}/右区 + {{ balanceProgress.rightValue || 0 }} + + + 拓展结余 0) { + leftProgress = (leftValue / total) * 100 + rightProgress = (rightValue / total) * 100 + } + return { leftProgress, rightProgress,