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