@@ -166,6 +166,7 @@
font-weight: 600;
color: #333333;
margin-left: 20rpx;
+ margin-top: 10rpx;
/*padding: 0 20rpx;*/
/*line-height: 64rpx;*/
/*margin-bottom: 20rpx;*/
@@ -669,7 +669,8 @@
}
this.$api.service.equityCard({
serviceObjectId: data.serviceObjectId,
- memberId: data.userId
+ memberId: data.userId,
+ serviceStoreId:data.serviceStoreId
}).then(res => {
// data.cardList = res.data.data
this.$set(data,'cardList',res.data.data)
@@ -1,4 +1,5 @@
.page {
+ height: 100vh;
padding: 0 56rpx;
.logTitle{
@@ -44,5 +45,9 @@
font-size: 28rpx;
margin-top: 32rpx;
-
+.version{
+ font-size: 26rpx;
+ color: #333333;
+ margin-top: 120rpx;
+}
@@ -46,6 +46,10 @@
</u--form>
</view>
+
+ <view class="flex-row justify-center version">
+ <text>版本:1.0.0</text>
+ </view>
</template>