阿萨德

This commit is contained in:
Ling53666
2025-05-21 20:24:34 +08:00
parent 49610f45bd
commit 755ad7d631
35 changed files with 99 additions and 69 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -14,7 +14,11 @@ Page({
onLoad(options) {
},
tiaozhuan(){
wx.navigateTo({
url: '/pages/projectModule/projectDetail/projectDetail',
})
},
/**
* 生命周期函数--监听页面初次渲染完成
*/

View File

@ -1,11 +1,11 @@
<view class="flex-col justify-start page">
<view class="flex-col list">
<view class="flex-col list-item mt-15" wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="index">
<view class="flex-col list-item mt-15" wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="index" bind:tap="tiaozhuan">
<view class="flex-row justify-between items-center self-stretch">
<view class="flex-row items-center">
<image
class="shrink-0 image"
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=55a0cb44bf92f5dfe1518dea9faa74bd.png"
src="/pages/projectModule/userProject/image/xiangmu.png"
/>
<view class="ml-18 flex-col shrink-0 group">
<text class="font">美团省钱包</text>
@ -14,21 +14,21 @@
</view>
<image
class="image_2"
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=fe05f6c6627dcf0dd74284c1ac042aed.png"
src="/pages/projectModule/userProject/image/jiantoua.png"
/>
</view>
<view class="mt-14 flex-row group_2 equal-division">
<view class="flex-row justify-center items-center section equal-division-item">
<image
class="image_3"
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=fb46434478a72f858ba9013d10545e29.png"
src="/pages/projectModule/userProject/image/tuiguangma.png"
/>
<text class="ml-4 font_3">推广码</text>
</view>
<view class="ml-14 flex-row items-center section equal-division-item_2">
<image
class="shrink-0 image_4"
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=454188c52cef0841952f46f00fe340b4.png"
src="/pages/projectModule/userProject/image/mingxi.png"
/>
<text class="font_4 text_2 ml-3">结算明细</text>
</view>