hive-app/pages/workbench/submitSucceed.vue | ●●●●● patch | view | raw | blame | history | |
hive-app/static/images/succeed.png | patch | view | raw | blame | history |
hive-app/pages/workbench/submitSucceed.vue
@@ -3,6 +3,7 @@ <view class="flex flex-v align-center"> <image class="img" mode="aspectFit" src="../../static/images/succeed.png"></image> <text class="font-16">提交成功请到前台付款</text> <button class="blue-btn btn mt-20">查看详情</button> <button class="white-btn btn mt-20">返回首页</button> </view> @@ -14,6 +15,8 @@ <style> .img{ width:200px; height: 150px; margin-top: 50px; } .btn{ padding: 0 40px; hive-app/static/images/succeed.png