release(custom): 4.0.7
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jdt-user",
|
||||
"version": "4.0.6",
|
||||
"version": "4.0.7",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"templateInfo": {
|
||||
@@ -9,7 +9,7 @@
|
||||
"css": "sass"
|
||||
},
|
||||
"taroConfig": {
|
||||
"version": "4.0.6"
|
||||
"version": "4.0.7"
|
||||
},
|
||||
"scripts": {
|
||||
"build:weapp": "taro build --type weapp",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
</template>
|
||||
</nut-cell>
|
||||
<nut-cell
|
||||
title="天才小猪积分支付"
|
||||
title="智多鑫积分支付"
|
||||
:desc="`剩余积分:${jfInfo.jh_info?.integral || 0}`"
|
||||
is-link
|
||||
@click="goPay(3)">
|
||||
|
||||
@@ -122,7 +122,7 @@ const getPayType = (type: number) => {
|
||||
case 2:
|
||||
return '平台积分支付';
|
||||
case 3:
|
||||
return '天才小猪支付';
|
||||
return '智多鑫积分支付';
|
||||
default:
|
||||
return '未知';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user