阿萨德
This commit is contained in:
@ -7,10 +7,9 @@ Page({
|
||||
data: {
|
||||
// 四张轮播图(已统一为同一 URL)
|
||||
banners: [
|
||||
'https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=3546cd30f9261498a373e044e509b14e.png',
|
||||
'https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=3546cd30f9261498a373e044e509b14e.png',
|
||||
'https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=3546cd30f9261498a373e044e509b14e.png',
|
||||
'https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=3546cd30f9261498a373e044e509b14e.png'
|
||||
'/image/20250407154233.jpg',
|
||||
'/image/20250407154300.png',
|
||||
'/image/20250407154310.png',
|
||||
],
|
||||
// 后端返回的项目列表
|
||||
items: []
|
||||
|
@ -1,3 +1,4 @@
|
||||
{
|
||||
"navigationBarTitleText": "接单列表",
|
||||
"usingComponents": {}
|
||||
}
|
@ -2,7 +2,6 @@
|
||||
<!-- 轮播图 -->
|
||||
<swiper
|
||||
class="swiper"
|
||||
indicator-dots="true"
|
||||
autoplay="true"
|
||||
interval="3000"
|
||||
circular="true"
|
||||
|
BIN
pages/projectModule/userProject/image/jiantoua.png
Normal file
BIN
pages/projectModule/userProject/image/jiantoua.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 741 B |
BIN
pages/projectModule/userProject/image/mingxi.png
Normal file
BIN
pages/projectModule/userProject/image/mingxi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 549 B |
BIN
pages/projectModule/userProject/image/tuiguangma.png
Normal file
BIN
pages/projectModule/userProject/image/tuiguangma.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 709 B |
BIN
pages/projectModule/userProject/image/xiangmu.png
Normal file
BIN
pages/projectModule/userProject/image/xiangmu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
@ -14,7 +14,11 @@ Page({
|
||||
onLoad(options) {
|
||||
|
||||
},
|
||||
|
||||
tiaozhuan(){
|
||||
wx.navigateTo({
|
||||
url: '/pages/projectModule/projectDetail/projectDetail',
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user