diff --git a/src/pageB/lucky/index.vue b/src/pageB/lucky/index.vue index b8c6002..870085b 100644 --- a/src/pageB/lucky/index.vue +++ b/src/pageB/lucky/index.vue @@ -3,7 +3,7 @@ @@ -22,7 +22,7 @@ - + @@ -73,14 +73,15 @@ @finish="handleDrawFinish" v-if="prizeList.length" stroke-color="#ffffff" - :str-font-size="18" + :strFontSize="28" + :strMaxLen="10" :strFontColors="['#fb6056']" :colors="['#ffeaa7', '#ffeaa7']" :stroked="true" :img-width="120" :img-height="120" :imgMarginStr="30" - :strMarginOutside="16" + :strMarginOutside="32" :canvasCached="true" :lotteryBg="lotteryBg" :actionBg="actionBg" @@ -89,8 +90,8 @@ >今天还可以抽 {{ freeNum }} - - + + @@ -108,7 +109,7 @@ {{ results.name }} @@ -257,7 +258,7 @@ export default { } },300) }, - + //微信分享 onShareAppMessage(res) { let code = this.user.code ? this.user.code : ''; diff --git a/src/pages/product_details/index.vue b/src/pages/product_details/index.vue index 9506b96..955d366 100644 --- a/src/pages/product_details/index.vue +++ b/src/pages/product_details/index.vue @@ -263,7 +263,7 @@ - + diff --git a/src/style/index.scss b/src/style/index.scss index 7c149c9..4383e7c 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -1,7 +1,6 @@ page { background: #f5f5f5; } - .shdow { background-color: rgba(255, 255, 255, 1); box-shadow: 0px 4rpx 12rpx rgba(0, 0, 0, 0.12); @@ -235,4 +234,4 @@ page { content: '¥'; font-size: 60%; } - } \ No newline at end of file + }